Provides access to members that control the topology name.
Members
Name | Description | |
---|---|---|
DirtyAreasName | Dirty areas name object. | |
FeatureDatasetName | Name of feature dataset containing the topology. | |
TopologyErrorName | Name of class holding errors for the specified geometry type. |
ITopologyName.DirtyAreasName Property
Dirty areas name object.
Public ReadOnly Property DirtyAreasName As IName
public IName DirtyAreasName {get;}
Remarks
Returns the Name object of the FeatureClass storing the DirtyAreas in the Topology.
ITopologyName.FeatureDatasetName Property
Name of feature dataset containing the topology.
Public Property FeatureDatasetName As IDatasetName
public IDatasetName FeatureDatasetName {get; set;}
ITopologyName.TopologyErrorName Property
Name of class holding errors for the specified geometry type.
Public Function get_TopologyErrorName ( _
ByVal GeometryType As esriGeometryType _
) As IName
public IName get_TopologyErrorName (
esriGeometryType GeometryType
);
Remarks
Returns the names of FeatureClasses holding the TopologyErrors. Valid GeometryTypes are: esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon.
Classes that implement ITopologyName
Classes | Description |
---|---|
TopologyName | Esri Topology Name object. |