RVTDocs.com

SpatialFieldManager.SetMeasurementDescriptions

Method
Description:
Sets Descriptions for all measurements
Syntax
public void SetMeasurementDescriptions(
	IList<string> measurementDescriptions
)
Parameters
Parameter Type Description
measurementDescriptions IList Array of measurement descriptions. The lengths of the array must be equal to the number of measurements set during creation of SpatialFieldManager.
Return Value
Exceptions
Exception Condition
ArgumentException measurementDescriptions lengths is not equal to the number of measurements set during creation of SpatialFieldManager
ArgumentNullException A non-optional argument was null