Class | Description | |
---|---|---|
AnnotationProperties | Provides access to the attributes of annotation features. | |
AssociationDescription | Represents a connectivity (spatial and non-spatial), containment, or structural attachment association in a utility network. | |
BaseRelationshipDescription | Base class for representing a relationship between two rows. See RelationshipDescription and KnowledgeGraphRelationshipDescription. | |
DimensionProperties | Provides access to the attributes of dimension features. | |
EditOperation | EditOperations are shortlived objects for performing an Edit, they are generally immediately filled with the parameters of the desired edit and executed then they are discarded after the editor executes them... | |
ElevationCapturing | Manages Elevation capture settings for Editing workflows. | |
GeodatabaseTopologyProperties | A class representing a geodatabase topology. | |
GroundToGridCorrection | Provides helper and extension methods for accessing and setting ground to grid corrections. | |
InspectorProvider | Provides a mechanism to customize attribute behavior within an inspector. | |
KnowledgeGraphRelationshipDescription | Represents a relationship between two entities in a knowledge graph. | |
MapTopologyProperties | A class representing a map topology. | |
NoTopologyProperties | A class representing the "No Topology" option. | |
ParallelOffset | Defines the parameters used to create a parallel offset from line features. | |
ParallelOffset.Builder | Defines the parameters used to create a parallel offset from line features. | |
ParcelEdge | ParcelEdge represents a set of line properties that define how it is related to a parcel edge. | |
ParcelEdgeCollection | ParcelEdgeCollection represents a collection of parcel edges in a clockwise order. | |
ParcelEditToken | A ParcelEditToken represents a collection of parcel feature edits; the edits will occur after the edit operation has completed. | |
ParcelFeatures | Represents basic information about a parcel feature. | |
ParcelLineInfo | The ParcelLineInfo class represents a set of line properties that define how it is related to a parcel edge. | |
ParcelRecord | The ParcelRecord class provides basic information about a parcel record. | |
ReadOnlyToolOptions | A read-only wrapper for ToolOptions made available by ArcGIS.Desktop.Editing.Templates.EditingTemplate.GetToolOptions | |
RelationshipDescription | Represents a relationship between two rows. | |
RowHandle | A RowHandle represents a common structure for the many ways to reference a row. | |
RowToken | A RowToken represents a feature that will be created but has not yet been created. It can be used in place of the object ID in referencing that feature even before it has an Object ID. | |
RubbersheetByGeometries | Perform a rubbersheet operation using the specified geometries. | |
RubbersheetByLayers | Perform a rubbersheet operation using geometries from specified layers. | |
RubbersheetMethod | A base class used to represent a rubbersheet method. For use with EditOperation.Rubbersheet and EditOperation.Rubbersheet. Possible transformation methods include RubbersheetByLayers and RubbersheetByGeometries. | |
SplitByDistance | Split By Distance class. Use with EditOperation.Split | |
SplitByEqualDistance | Split By Equal Distance class. Use with EditOperation.Split | |
SplitByEqualParts | Split By Equal Parts class. Use with EditOperation.Split | |
SplitByGeometry | Split By Geometry class. Use with EditOperation.Split | |
SplitByPercentage | Split By Percentage class. Use with EditOperation.Split | |
SplitByVaryingDistance | Split By Varying Distance class. Use with EditOperation.Split | |
SplitMethod | A base split method class. For use with EditOperation.Split. Different split methods are SplitByGeometry, SplitByPercentage, SplitByEqualParts, SplitByDistance, SplitByEqualDistance, and SplitByVaryingDistance | |
ToolOptions | Property collection that may be serialized to the CIM as a Template Tool's Options | |
ToolOptionsEmbeddableControl | Represents a control that can be hosted in multiple locations. | |
TopologyProperties | Represents a base set of properties to define a topology option. See GeodatabaseTopologyProperties, MapTopologyProperties or NoTopologyProperties. | |
TransformByLinkLayer | Transform using a ArcGIS.Desktop.Mapping.Layer containing link features. | |
TransformByLinkLines | Transform using a collection of ArcGIS.Core.Geometry.Polyline geometries as links. | |
TransformMethod | A base class used to represent a transformation method. For use with EditOperation.Transform and EditOperation.Transform. Possible transformation methods include TransformByLinkLayer and TransformByLinkLines. |