This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pGroupID
);
[C++] Parameters pGroupID [in]
pGroupID is a parameter of type long pGroupID [out, retval]
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.