Name | Description | |
---|---|---|
AddAttachment | Adds a given attachment to a row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row) | |
Delete | Deletes the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row) | |
DeleteAttachments | 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) | |
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
FindField | 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) | |
GetAttachments | Gets 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) | |
GetCustomLength | Get the custom length of the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDimensionExtensionOption | Gets the dimension extension option for the feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDimensionLineOption | Gets the dimension line option for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDimensionMarkerOption | Get the marker option for this feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDimensionShape | Sets the ArcGIS.Core.CIM.CIMDimensionShape for the feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDimensionType | Gets the dimension type for this feature This method must be called on the MCT. Use QueuedTask.Run. | |
GetFields | Gets 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) | |
GetGlobalID | Gets 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) | |
GetLength | Gets the length of the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetObjectID | Gets the object ID of the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row) | |
GetOriginalValue | 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) | |
GetShape | Gets the geometry of this feature. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature) | |
GetStyleID | Gets the style ID for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTable | Gets 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) | |
GetUseCustomLength | Gets if the dimension feature is using the custom length. This method must be called on the MCT. Use QueuedTask.Run. | |
HasValueChanged | 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) | |
SetCustomLength | Sets the custom length for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDimensionExtensionOption | Sets the dimension extension for the feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDimensionLineOption | Sets the dimension line option for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDimensionMarkerOption | Set the marker option for this feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDimensionShape | Sets a ArcGIS.Core.CIM.CIMDimensionShape for the feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetDimensionType | Sets dimension type for this feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetShape | Sets the geometry of this feature. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Feature) | |
SetStyleID | Sets the style ID for the dimension feature. This method must be called on the MCT. Use QueuedTask.Run. | |
SetUseCustomLength | Sets if the dimension feature is using the custom length. This method must be called on the MCT. Use QueuedTask.Run. | |
Store | Stores the row. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Row) | |
UpdateAttachment | 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) |