Name | Description | |
---|---|---|
![]() | AddAttributeAsync | Overloaded. Add an attribute to the feature inspector. |
![]() | Apply | Apply the attribute changes. Writing them back to the database in an Edit Operation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ApplyAsync | Apply the attribute changes. Writing them back to the database in an Edit Operation. |
![]() | Cancel | Cancel the Attribute changes, reverting back to the database's state. |
![]() | ChangeSubtype | Change the subtype of the features. |
![]() | Clear | Clears or empties the inspector. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ClearAsync | Clears or empties the inspector. |
![]() | CreateEmbeddableControl | Creates the embeddable user control associated with this instance of the inspector. |
![]() | DisconnectEventsAsync | Disconnect map change or feature change events for this inspector. |
![]() | GetAnnotationProperties | Gets the ArcGIS.Desktop.Editing.AnnotationProperties for annotation features in the inspector. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDimensionProperties | Gets the ArcGIS.Desktop.Editing.DimensionProperties for dimension features in the inspector. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetEnumerator | Enables enumeration through attributes on the inspector. |
![]() | Load | Overloaded. Load objects into the inspector. |
![]() | LoadAsync | Overloaded. Load objects into the inspector. |
![]() | LoadSchema | Load the schema of a mapMember into the inspector. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | LoadSchemaAsync | Load the schema of a mapMember into the inspector. |
![]() | SetAnnotationProperties | Sets annotation properties on annotation features within the inspector. This method must be called on the MCT. Uses QueuedTask.Run. |
![]() | SetDimensionProperties | Updates the dimension properties of dimension features in the inspector. This method must be called on the MCT. Use QueuedTask.Run.. |