ArcObjects Library Reference (Carto)  

IMaplexKeyNumberGroups.RemoveGroup Method

Deletes the key numbering group from the collection.

[Visual Basic .NET]
Public Sub RemoveGroup ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveGroup (
    int Index
);
[C++]
HRESULT RemoveGroup(
  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