GH_FemMaterialCastFrom Method
Attempt a cast from generic data.
Namespace: Karamba.GHopper.MaterialsAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override bool CastFrom(
Object source
)
Public Overrides Function CastFrom (
source As Object
) As Boolean
public:
virtual bool CastFrom(
Object^ source
) override
abstract CastFrom :
source : Object -> bool
override CastFrom :
source : Object -> bool
- source Object
- Reference to data that should be cast.
BooleanTrue on success, false on failure.
If False, the contents of this instance are not to be trusted.