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


IMaplexKeyNumberGroups.GetGroup Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  IMaplexKeyNumberGroup** group
);
[C++]

Parameters Index [in] Index is a parameter of type long group [out, retval]
group is a parameter of type IMaplexKeyNumberGroup

Product Availability

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

See Also

IMaplexKeyNumberGroups Interface