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


IMaplexOverposterLayerProperties.ConstrainOffset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.ConstrainOffset Property

Label constraint options.

[Visual Basic .NET]
Public Property ConstrainOffset As esriMaplexConstrainOffset
[C#]
public esriMaplexConstrainOffset ConstrainOffset {get; set;}
[C++]
HRESULT get_ConstrainOffset(
  esriMaplexConstrainOffset* option
);
[C++]
HRESULT put_ConstrainOffset(
  esriMaplexConstrainOffset option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriMaplexConstrainOffset option [in]
option is a parameter of type esriMaplexConstrainOffset

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface