ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.PrimaryOffsetUnit Property

The primary offset is interpreted to be in this unit.

[Visual Basic .NET]
Public Property PrimaryOffsetUnit As esriMaplexUnit
[C#]
public esriMaplexUnit PrimaryOffsetUnit {get; set;}
[C++]
HRESULT get_PrimaryOffsetUnit(
  esriMaplexUnit* unit
);
[C++]
HRESULT put_PrimaryOffsetUnit(
  esriMaplexUnit unit
);
[C++]

Parameters

unit [out, retval]

  unit is a parameter of type esriMaplexUnit

unit [in]

  unit is a parameter of type esriMaplexUnit

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface