TopologyRule Class Members
In This Topic
The following tables list the members exposed by TopologyRule.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DestinationClass |
Gets the name of the destination feature class to which this topology rule is assigned.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DestinationSubtype | Gets the ArcGIS.Core.Data.Subtype in the destination feature class to which this topology rule is assigned. If it is not applicable, null is returned. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ID |
Gets the ID of this topology rule.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OriginClass |
Gets the name of the origin feature class to which this topology rule is assigned.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OriginSubtype | Gets the ArcGIS.Core.Data.Subtype in the origin feature class to which this topology rule is assigned. If it is not applicable, null is returned. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RuleType |
Gets the type of this topology rule.
|
Top
See Also