ArcObjects Library Reference  (TrackingAnalyst)    

ITrackingLayerLabels.PixelOffset Property

Indicates amount of offset between feature and label as they draw to the map display.

[Visual Basic 6.0]
Property PixelOffset As Integer
[Visual Basic .NET]
Public Property PixelOffset As Short
[C#]
public short PixelOffset {get; set;}
[Java]
public Integer getPixelOffset()
throws
    IOException,
    AutomationException
[Java]
public void setPixelOffset(
Integer PixelOffset
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PixelOffset(
  short* pnPixelOffset
);
[C++]
HRESULT put_PixelOffset(
  short pnPixelOffset

);

[C++]

Parameters

pnPixelOffset [out, retval]

  pnPixelOffset is a parameter of type short

pnPixelOffset [in]

  pnPixelOffset is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingLayerLabels Interface

 


Feedback Send feedback on this page