This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexKeyNumberGroups Interface > IMaplexKeyNumberGroups.GetGroup Method (ArcObjects .NET 10.4 SDK) |
Queries a key numbering group from the collection.
[Visual Basic .NET] Public Function GetGroup ( _ ByVal Index As Integer _ ) As IMaplexKeyNumberGroup
[C#] public IMaplexKeyNumberGroup GetGroup ( int Index );
[C++]
HRESULT GetGroup(
long Index,
IMaplexKeyNumberGroup** group
);
[C++]
Parameters Index [in] Index is a parameter of type long group [out, retval]
group is a parameter of type IMaplexKeyNumberGroup