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


ILicensedComponent.ValidLicense Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILicensedComponent Interface > ILicensedComponent.ValidLicense Property
ArcGIS Developer Help

ILicensedComponent.ValidLicense Property

Indicates whether the the component is valid.

[Visual Basic .NET]
Public Function get_ValidLicense ( _
    ByRef initData As Object _
) As Boolean
[C#]
public bool get_ValidLicense (
    ref object initData
);
[C++]
HRESULT get_ValidLicense(
  Variant* initData,
  Boolean* ret
);
[C++]
Parameters
initData [in]

initData is a parameter of type VARIANT* ret [out, retval]
ret is a parameter of type bool*

Product Availability

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

See Also

ILicensedComponent Interface