ArcGIS Pro 2.8 API Reference Guide
SetDimensionType Method

ArcGIS.Core.Data.Mapping Namespace > DimensionFeature Class : SetDimensionType Method
The dimension type for this feature.
Sets dimension type for this feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetDimensionType( 
   DimensionType dimensionType
)
Public Sub SetDimensionType( _
   ByVal dimensionType As DimensionType _
) 

Parameters

dimensionType
The dimension type for this feature.
Exceptions
ExceptionDescription
A geodatabase-related exception occured.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DimensionFeature Class
DimensionFeature Members