ArcObjects Library Reference  (Schematic)    

INgDiagramType.Parent Property

Parent diagram type of the diagram type.

[Visual Basic 6.0]
Property Parent As INgDiagramType
[Visual Basic .NET]
Public Property Parent As INgDiagramType
[C#]
public INgDiagramType Parent {get; set;}
[Java]
public INgDiagramType getParent()
throws
    IOException,
    AutomationException
[Java]
public void setParent(
INgDiagramType pNgDiagramType
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Parent(
  INgDiagramType** pVal
);
[C++]
HRESULT put_Parent(
  INgDiagramType* pVal

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgDiagramType

pVal [in]

  pVal is a parameter of type INgDiagramType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

INgDiagramType Interface | INgDiagramType.Ancestors Property | INgDiagramType.Children Property | INgDiagramType.Descendants Property

 


Feedback Send feedback on this page