scripting:api:base-document:changeable

Changeable

Property of IBaseDocument

Changeable state of the document

Read-Only Property of type VARIANT_BOOL

var bVal = BaseDocument.Changeable;
bVal = BaseDocument.Changeable
VARIANT_BOOL bVal;
HRESULT hr = BaseDocument.get_Changeable(&bVal);