This document is archived and information here might be outdated.  Recommended version.


IDataObjectGroup.GroupID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataObjectGroup Interface > IDataObjectGroup.GroupID Property
ArcGIS Developer Help

IDataObjectGroup.GroupID Property

The data object group's ID.

[Visual Basic .NET]
Public ReadOnly Property GroupID As Integer
[C#]
public int GroupID {get;}
[C++]
HRESULT get_GroupID(
  System.Int32* GroupID
);
[C++]
Parameters
GroupID [out, retval]

GroupID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataObjectGroup Interface