Description

The “enabled” state of the measurement

Property type

A Boolean value.  

[out, retval]

Syntax

object.Enabled [= value]

The Enabled Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFractalDimension.
valueA Boolean value.

Remarks

The Enabled state is used by an owning McMeasures collection for its Filter method and for notification purposes. The Enabled state does not affect the validity of the measurement Value or any other operation of this McMeasure instance.

On a True assignment, some measurements may not become enabled, because they lack required data. No error is generated when this happens, but you can check the property to see if the measurement will actually be Enabled (see first Example). Note that accessing the Value property of a disallowed measurement will normally result in an error, so in the general case it is worth checking that Enabled actually got set True or checking Attributes(mcmaidCanBeEnabled) to see if the measurement can be performed (see Examples).