ArcObjects Library Reference  (Schematic)    

INgElementType.Parent Property

Parent element type of the element type.

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

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgElementType

pVal [in]

  pVal is a parameter of type INgElementType

Product Availability

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

See Also

INgElementType Interface | INgElementType.Descendants Property | INgElementType.Children Property | INgElementType.Ancestors Property

 


Feedback Send feedback on this page