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


IBuildMethod.UniqueName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

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