vlax-write-enabled-p


(vlax-write-enabled-p vlaObject)

This function verifies whether vlaObject is actually write-enabled.

Arguments

vlaObject  (VLA-Object) any COM object

Return

T if the object is write-enabled, NIL otherwise (i.e. object is erased, or only open for read access)

Example


Remarks

if the object is "write-enabled", it can be modified (otherwise any modification will trigger an error)



©  Bricsys NV. All rights reserved.