GH_AssemblyInfoIsCoreLibrary Property |
Gets whether this library is a Grasshopper core library.
Core libraries are installed along with Grasshopper and thus
should always be available anywhere.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool IsCoreLibrary { get; }
Public ReadOnly Property IsCoreLibrary As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_AssemblyInfo.IsCoreLibrary"]
See Also