This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILicensedComponent Interface > ILicensedComponent.ValidLicense Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* ret
);
[C++]
Parameters initData [in] initData is a parameter of type VARIANT ret [out, retval] ret is a parameter of type VARIANT_BOOL