ArcObjects Library Reference  (Carto)    

IBasicOverposterLayerProperties3.LineOffset Property

Offset in map units at which labels will be placed away from line features.

[Visual Basic 6.0]
Property LineOffset As Double
[Visual Basic .NET]
Public Property LineOffset As Double
[C#]
public double LineOffset {get; set;}
[Java]
public Double getLineOffset()
throws
    IOException,
    AutomationException
[Java]
public void setLineOffset(
Double LineOffset
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_LineOffset(
  double* LineOffset
);
[C++]
HRESULT put_LineOffset(
  double LineOffset

);

[C++]

Parameters

LineOffset [out, retval]

  LineOffset is a parameter of type double

LineOffset [in]

  LineOffset is a parameter of type double

Product Availability

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

See Also

IBasicOverposterLayerProperties3 Interface

 


Feedback Send feedback on this page