PropertyCollectionGetFloatValue Method
Return the single-precision floating-point value of the specified
property.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public float GetFloatValue(
string propertyName
)
Public Function GetFloatValue (
propertyName As String
) As Single
No code example is currently available or this language may not be supported.
- propertyName String
-
Name of the property to retrieve.
Single
Value of the specified property, if found. Otherwise, 0.