ArcObjects Library Reference  (Schematic)    

INgElementType.ElementGroup Property

Element group related to the element type. It is the current element type itself or one of its ancestor element types.

[Visual Basic 6.0]
Property ElementGroup As INgElementType
[Visual Basic .NET]
Public ReadOnly Property ElementGroup As INgElementType
[C#]
public INgElementType ElementGroup {get;}
[Java]
public INgElementType getElementGroup()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ElementGroup(
  INgElementType** pVal
);
[C++]

Parameters

pVal [out, retval]

  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.IsElementGroup Property

Example

INgElementType ElementGroup and IsElementGroup properties - Examples

 


Feedback Send feedback on this page