ArcGIS Developer Help  (System)    

IExtension.Name Property

The name of the extension.

[Visual Basic 6.0]
Property Name As String
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[Java]
public String getName()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Name(
  BSTR* extensionName
);
[C++]

Parameters

extensionName [out, retval]

  extensionName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing IExtension to create a custom extension, use the Name property to set the name of this extension.

See Also

IExtension Interface

Example

IExtension Example

 


Feedback Send feedback on this page