ArcObjects Library Reference  (Schematic)    

INgDiagramType.Diagrams Property

List of diagrams implemented by the diagram type.

[Visual Basic 6.0]
Property Diagrams As INgDiagrams
[Visual Basic .NET]
Public ReadOnly Property Diagrams As INgDiagrams
[C#]
public INgDiagrams Diagrams {get;}
[Java]
public INgDiagrams getDiagrams()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Diagrams(
  INgDiagrams** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgDiagrams

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
[Visual Basic 6.0]

Here is a sample call of the Diagrams property:

Dim pDiagramType As INgDiagramType
Dim pDiagrams As INgDiagrams
...
Set pDiagrams = pDiagramType.Diagrams

See Also

INgDiagramType Interface

 


Feedback Send feedback on this page