Gets the value of the specified boolean object.
An exception is raised if obj
has the wrong Cos type.
ASBool
CosBooleanValue(
CosObj
obj
);
obj | The boolean Cos object whose value is obtained.
|
obj
. CosObj
CosNewBoolean(
CosDoc
dP
,
ASBool
indirect
,
ASBool
value
);
dP | |
indirect | IN If
true , it creates the boolean object as an indirect object, and sets the document ( dP ) object's PDDocNeedsSave flag (see PDDocFlags ). If false , it creates the boolean object as a direct object. |
value |