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


IMaplexKeyNumberGroups.GetGroup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexKeyNumberGroups Interface > IMaplexKeyNumberGroups.GetGroup Method
ArcGIS Developer Help

IMaplexKeyNumberGroups.GetGroup Method

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
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

See Also

IMaplexKeyNumberGroups Interface