ArcObjects Library Reference (TrackingAnalyst)  

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(
  VARIANT_BOOL* pbvarLicensed
);
[C++]

Parameters

pbvarLicensed [out, retval]   pbvarLicensed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackingEnvironment Interface