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


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

IMaplexOverposterLayerProperties.OffsetAlongLineProperties Property

The offset along line properties for a layer.

[Visual Basic .NET]
Public Property OffsetAlongLineProperties As IMaplexOffsetAlongLineProperties
[C#]
public IMaplexOffsetAlongLineProperties OffsetAlongLineProperties {get; set;}
[C++]
HRESULT get_OffsetAlongLineProperties(
  IMaplexOffsetAlongLineProperties** props
);
[C++]
HRESULT put_OffsetAlongLineProperties(
  IMaplexOffsetAlongLineProperties* props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IMaplexOffsetAlongLineProperties props [in]
props is a parameter of type IMaplexOffsetAlongLineProperties

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface