msGetPropertyEnabled method
[This documentation is preliminary and is subject to change.]
Returns whether a given property in the style object is enabled.
![]() |
Syntax
VARIANT_BOOL retVal = object.msGetPropertyEnabled(name);
Standards information
There are no standards that apply here.
Parameters
name [in]
Type: BSTRThe name of the property to enable.
Return value
Type: VARIANT_BOOL
This method can return one of these values.
| Return value | Description |
|---|---|
| false | The property is not enabled. |
| true | The property is enabled. |
Build date: 1/23/2012
.png)