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


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

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