This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.GUID Property (ArcObjects .NET 10.5 SDK) |
GUID of the topology rule.
[Visual Basic .NET] Public ReadOnly Property GUID As String
[C#] public string GUID {get;}
[C++]
HRESULT get_GUID(
BSTR* GUID
);
[C++]
Parameters GUID [out, retval] GUID is a parameter of type BSTR
Each topology rule is uniquely identified by a GUID. It is assigned when the rule is added to the topology using ITopologyRuleContainer::AddRule. The GUID can be used to get the topology rule using ITopologyRuleContainer::RulebyGUID.