ArcObjects Library Reference (TrackingAnalyst)  

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