ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / DimensionFeature Class
Properties Methods


In This Topic
    DimensionFeature Class Members
    In This Topic

    The following tables list the members exposed by DimensionFeature.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverloaded.  Gets and sets the value of a field given its index position. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature)
    Top
    Public Methods
     NameDescription
    Public Method Adds a given attachment to a row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Deletes the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Deletes attachment(s) provided by attachmentID that are associated with the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public MethodGets a IReadOnlyList of attachments based on the requested attachmentIDs for a given row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Get the custom length of the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the dimension extension option for the feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the dimension line option for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the marker option for this feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the ArcGIS.Core.CIM.CIMDimensionShape for the feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the dimension type for this feature This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList containing the fields of the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public MethodGets the global ID in the form of System.Guid associated with the row. If the row does not have a global ID, an empty Guid is returned. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Gets the length of the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the object ID of the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Gets the original value of a field at the given index. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature)
    Public Method Gets the geometry of this feature. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature)
    Public Method Gets the style ID for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the parent ArcGIS.Core.Data.FeatureClass of this feature. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature)
    Public Method Gets if the dimension feature is using the custom length. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether the value of the field at the given index has changed. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Sets the custom length for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the dimension extension for the feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the dimension line option for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the marker option for this feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets a ArcGIS.Core.CIM.CIMDimensionShape for the feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets dimension type for this feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the geometry of this feature. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature)
    Public Method Sets the style ID for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the dimension feature is using the custom length. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Stores the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Public Method Updates the properties of an existing attachment fetched using GetAttachment with new values This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row)
    Top
    See Also