ArcObjects Library Reference  (Schematic)    

INgElementType.Children Property

List of the child element types for the element type.

[Visual Basic 6.0]
Property Children As INgElementTypes
[Visual Basic .NET]
Public ReadOnly Property Children As INgElementTypes
[C#]
public INgElementTypes Children {get;}
[Java]
public INgElementTypes getChildren()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Children(
  INgElementTypes** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgElementTypes

Product Availability

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

See Also

INgElementType Interface | INgElementType.Descendants Property | INgElementType.Parent Property | INgElementType.Ancestors Property

 


Feedback Send feedback on this page