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


ITrackingTextLabel.PixelOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.PixelOffset Property
ArcGIS Developer Help

ITrackingTextLabel.PixelOffset Property

Indicates pixel offset from centroid of location.

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

ITrackingTextLabel Interface