This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.GroupID Property (ArcObjects .NET 10.5 SDK) |
The identifier of the terrain's thematic group to which this feature class belongs.
[Visual Basic .NET] Public Property GroupID As Integer
[C#] public int GroupID {get; set;}
[C++]
HRESULT get_GroupID(
long* pGroupID
);
[C++]
HRESULT put_GroupID(
long pGroupID
);
[C++]
Parameters pGroupID [out, retval] pGroupID is a parameter of type long pGroupID [in] pGroupID is a parameter of type long
Groups are feature classes representing the same phenomena at different levels of detail. For example, you can have very detailed breaklines for �edge of road� and more generalized breaklines that are �center of road�. Each is to be used at different scales. Assigning them the same group id will tell terrain they are thematically alike but must be enforced only in non-overlapping scale ranges.