ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / VoxelLayer Class / Initialize Method

In This Topic
    Initialize Method (VoxelLayer)
    In This Topic
    Syntax
    Protected Friend Overrides NotOverridable Sub Initialize( _
       ByVal properties As ILayerPropertySet, _
       ByVal managedProperties As ManagedLayerProperties, _
       Optional ByVal creating As Boolean, _
       Optional ByVal fireAny As Boolean _
    ) 
    protected internal override void Initialize( 
       ILayerPropertySet properties,
       ManagedLayerProperties managedProperties,
       bool creating,
       bool fireAny
    )

    Parameters

    properties
    managedProperties
    creating
    fireAny
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also