PropertyCollectionGetFloatValue Method

Return the single-precision floating-point value of the specified property.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public float GetFloatValue(
	string propertyName
)

Parameters

propertyName  String
Name of the property to retrieve.

Return Value

Single
Value of the specified property, if found. Otherwise, 0.

See Also