ArcObjects Library Reference (Carto)  

IMaplexOverposterProperties2.KeyNumberGroups Property

Key numbering groups used by placement.

[Visual Basic .NET]
Public Property KeyNumberGroups As IMaplexKeyNumberGroups
[C#]
public IMaplexKeyNumberGroups KeyNumberGroups {get; set;}
[C++]
HRESULT get_KeyNumberGroups(
  IMaplexKeyNumberGroups** groups
);
[C++]
HRESULT putref_KeyNumberGroups(
  IMaplexKeyNumberGroups* groups
);
[C++]

Parameters

groups [out, retval]

  groups is a parameter of type IMaplexKeyNumberGroups

groups [in]

  groups is a parameter of type IMaplexKeyNumberGroups

Product Availability

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

See Also

IMaplexOverposterProperties2 Interface