ArcObjects Library Reference  (Schematic)    

INgElementType.Name Property

Name of the element type.

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

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type BSTR

pVal [in]

  pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

This name is defined when the element type is created
- either by calling the INgProjectBuilder CreateElementType method in the program code,
- or through ArcGIS Schematics Designer, when the parameters for the element type has been specified.

See Also

INgElementType Interface

 


Feedback Send feedback on this page