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


IMaplexKeyNumberGroups.AddGroup Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexKeyNumberGroups.AddGroup Method

Adds a key numbering group to the collection.

[Visual Basic .NET]
Public Sub AddGroup ( _
    ByVal group As IMaplexKeyNumberGroup _
)
[C#]
public void AddGroup (
    IMaplexKeyNumberGroup group
);
[C++]
HRESULT AddGroup(
  IMaplexKeyNumberGroup* group
);
[C++]

Parameters group [in]
group is a parameter of type IMaplexKeyNumberGroup

Product Availability

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

See Also

IMaplexKeyNumberGroups Interface