Grasshopper API
IGH_ActiveObjectSDKCompliancy Method |
Test whether this object is compliant with a given Rhino version.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

bool SDKCompliancy( int exeVersion, int exeServiceRelease )
Function SDKCompliancy ( exeVersion As Integer, exeServiceRelease As Integer ) As Boolean
Parameters
- exeVersion
- Type: SystemInt32
Rhino major release (4, 5, ...). - exeServiceRelease
- Type: SystemInt32
Rhino minor (service) release.
Return Value
Type: BooleanTrue if this object is compliant with the given Rhino release.
