ArcObjects Library Reference (CadastralUI)  

IBuildMethod.Name Property

The name of the build method.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get/set Method Name

The Get_Name method will retrieve the name of the method that appears in the Build Method dropdown.

See Also

IBuildMethod Interface