ArcObjects Library Reference  (Schematic)    

INgDiagramType.Name Property

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

);

[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 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.

See Also

INgDiagramType Interface

 


Feedback Send feedback on this page