Name of the diagram 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);
Parameters
pVal [out, retval]
pVal is a parameter of type BSTR
pVal [in]
pVal is a parameter of type BSTR
This name is defined when the diagram type is created:
- either by calling the INgProjectBuilder CreateDiagramType method in the code,
- or when the diagram type is created through ArcGIS Schematics Designer.