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


IBuildMethod.Name 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.Name Property
ArcGIS Developer Help

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