C-DEngine 5.105

TheThing..::..GetSafePropertyNumber Method

Returns a (null) safe value of a given property as double

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static double GetSafePropertyNumber(
	ICDEThing pThing,
	string pName
)
Public Shared Function GetSafePropertyNumber ( _
	pThing As ICDEThing, _
	pName As String _
) As Double
public:
static double^ GetSafePropertyNumber(
	ICDEThing^ pThing, 
	String^ pName
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
TheThing to get the value of
pName
Type: String
Property Name

Return Value