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


IMaplexOverposterProperties2.KeyNumberGroups Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterProperties2 Interface > IMaplexOverposterProperties2.KeyNumberGroups Property
ArcGIS Developer Help

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