GH_MappingCastFrom Method

Attempt a cast from generic data.

Definition

Namespace: Karamba.GHopper.Utilities.Mappings
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override bool CastFrom(
	Object source
)

Parameters

source  Object
Reference to data that should be cast.

Return Value

Boolean
True on success, false on failure.

Remarks

If False, the contents of this instance are not to be trusted.

See Also