ArcObjects Library Reference  (Schematic)    

INgElementType.AssociatedDiagramTypes Property

List of the diagram types the element type is associated with.

[Visual Basic 6.0]
Property AssociatedDiagramTypes As INgDiagramTypes
[Visual Basic .NET]
Public ReadOnly Property AssociatedDiagramTypes As INgDiagramTypes
[C#]
public INgDiagramTypes AssociatedDiagramTypes {get;}
[Java]
public INgDiagramTypes getAssociatedDiagramTypes()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AssociatedDiagramTypes(
  INgDiagramTypes** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgDiagramTypes

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 DiagramTypes property:

Dim pElementType As INgElementType
Dim pDiagramTypes As INgDiagramTypes
...
Set pDiagramTypes = pElementType.AssociatedDiagramTypes

See Also

INgElementType Interface | INgDiagramType.AssociateElementType Method

 


Feedback Send feedback on this page