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


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

ITrackingLabel.Envelope Property

Property Envelope.

[Visual Basic .NET]
Public ReadOnly Property Envelope As IEnvelope
[C#]
public IEnvelope Envelope {get;}
[C++]
HRESULT get_Envelope(
  IEnvelope** ppiEnvelope
);
[C++]
Parameters
ppiEnvelope [out, retval]

ppiEnvelope is a parameter of type IEnvelope**

Product Availability

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

See Also

ITrackingLabel Interface