Usage Boolean GetEventObjOpaque(Opaque As Short*)
Description This method retrieves the object opaque of the object clicked on. You can use this function in the UserDefined event handler.
Parameters Opaque Short * Object opaque. If Opaque > 0 the object is transparent. If Opaque = 0, the object is not transparent.
Return value TRUE on success, otherwise FALSE.
Programming Notes This method works for only aotNote object. See GetEventObjProperties method. This method does not pass parameters as reference.