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


IDataObjectGroup.GroupID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* 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