<Code Lib>
M

FamilyType.AsDouble

Description:
Provides access to the double precision number of the given family parameter.

public Nullable<double> AsDouble(
	FamilyParameter familyParameter
)

Return Value nullNothingnullptr The double value contained in the parameter. Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) if the storage type of the input argument is not double type or this parameter has no value.

Loading…