API 설명서 > Drawings and detail > Object ProDtlentity > Function ProDtlentityIsOLEObject
Function ProDtlentityIsOLEObject
Description
Identifies whether a given detail entity is an OLE object.
Synopsis
#include <ProDrawing.h>
ProDtlentityIsOLEObject
(
ProDtlentity* entity
/* (In)
The detail entity.
*/
ProBoolean* is_ole_object
/* (Out)
PRO_B_TRUE if the object is an OLE object, PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid
See Also
User Guide References
도움이 되셨나요?