This document is archived and information here might be outdated.  Recommended version.


IBuildMethod.UniqueName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IB > IBuildMethod Interface > IBuildMethod.UniqueName Property
ArcGIS Developer Help

IBuildMethod.UniqueName Property

The unique name of the Build Method.

[Visual Basic .NET]
Public ReadOnly Property UniqueName As String
[C#]
public string UniqueName {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get/set the Unique Method Name

The Get_UniqueName method will retrieve the build method by name.  Get_UniqueName is a non-internationalized string that uniquely defines the Build Method.

Example:  Split Parcel returns: Build_ParcelSplitMethod

See Also

IBuildMethod Interface