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


IMdModel.IsLicensed Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdModel.IsLicensed Method

Returns whether or not all the processes in the model are licensed.

[Visual Basic .NET]
Public Function IsLicensed ( _
) As Boolean
[C#]
public bool IsLicensed (
);
[C++]
HRESULT IsLicensed(
  VARIANT_BOOL* IsLicensed
);
[C++]

Parameters IsLicensed [out, retval] IsLicensed is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdModel Interface