ArcObjects Library Reference  (Schematic)    

INgElementType.IsElementGroup Property

Indicates if the element type is associated with an element group.

[Visual Basic 6.0]
Property IsElementGroup As Boolean
[Visual Basic .NET]
Public Property IsElementGroup As Boolean
[C#]
public bool IsElementGroup {get; set;}
[Java]
public boolean IsElementGroup()
throws
    IOException,
    AutomationException
[Java]
public void setIsElementGroup(
boolean IsElementGroup
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_IsElementGroup(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_IsElementGroup(
  VARIANT_BOOL pVal

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type VARIANT_BOOL

pVal [in]

  pVal is a parameter of type VARIANT_BOOL

Product Availability

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

Description

If the IsElementGroup property returns TRUE, the element type ElementGroup property returns the current element type itself. If it returns FALSE, the ElementGroup property returns the first of its ancestor element types which is a group.

See Also

INgElementType Interface | INgElementType.ElementGroup Property

Example

INgElementType ElementGroup and IsElementGroup properties - Examples

 


Feedback Send feedback on this page