ArcObjects Library Reference (TrackingAnalyst)  

ITrackingLabel.PixelOffset Property

Indicates the pixel offset from centroid of the location.

[Visual Basic .NET]
Public Property PixelOffset As Short
[C#]
public short PixelOffset {get; set;}
[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

ITrackingLabel Interface