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


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

ITrackingEnvironment.Licensed Property

Indicates whether or not the tracking components are properly licensed.

[Visual Basic .NET]
Public ReadOnly Property Licensed As Boolean
[C#]
public bool Licensed {get;}
[C++]
HRESULT get_Licensed(
  Boolean* pbvarLicensed
);
[C++]
Parameters
pbvarLicensed [out, retval]

pbvarLicensed is a parameter of type bool*

Product Availability

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

See Also

ITrackingEnvironment Interface