ArcObjects Library Reference (Carto)  

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