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


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

IMaplexKeyNumberGroup.NumberResetType Property

The type of number reset used by the key numbering group.

[Visual Basic .NET]
Public Property NumberResetType As esriMaplexKeyNumberResetType
[C#]
public esriMaplexKeyNumberResetType NumberResetType {get; set;}
[C++]
HRESULT get_NumberResetType(
  esriMaplexKeyNumberResetType* Value
);
[C++]
HRESULT put_NumberResetType(
  esriMaplexKeyNumberResetType Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type esriMaplexKeyNumberResetType* Value [in]
Value is a parameter of type esriMaplexKeyNumberResetType

Product Availability

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

See Also

IMaplexKeyNumberGroup Interface