PropertyCollectionAdd(String, Single) Method

Add the numeric equivalent of the specified property value to the supplied value and store the result in the specified property.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public void Add(
	string propertyName,
	float value
)

Parameters

propertyName  String
Name of the property to update.
value  Single
Value to add to the pre-existing property value.

See Also