Attempt a cast from generic object
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxbool CastFrom(
Object source
)
Function CastFrom (
source As Object
) As Boolean
Parameters
- source
- Type: SystemObject
Reference to source of cast.
Return Value
Type:
BooleanTrue on success, false on failure.
RemarksIf False, the contents of this instance are not to be trusted.
See Also