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 );
Here is a sample call of the DiagramTypes property:
Dim pElementType As INgElementType
Dim pDiagramTypes As INgDiagramTypes
...
Set pDiagramTypes = pElementType.AssociatedDiagramTypes
INgElementType Interface | INgDiagramType.AssociateElementType Method