Click or drag to resize

LicenseStateChangedEventArgs Constructor

LicenseStateChangedEventArgs constructor

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public LicenseStateChangedEventArgs(
	bool callingRhinoCommonAllowed
)

Parameters

callingRhinoCommonAllowed
Type: SystemBoolean
True when calling RhinoCommon will never raise Rhino.Runtime.NotLicesnedException; false otherwise.
See Also