COMObject#
- class ansys.stk.core.utilities.comobject.COMObject#
object
Holds a raw COM pointer.
May be returned from STK if the return argument is not part of the STK Object Model.
Overview#
Return the COM object pointer as a ctypes.c_void_p. |
Import detail#
from ansys.stk.core.utilities.comobject import COMObject
Method detail#
- COMObject.get_pointer(self) c_void_p #
Return the COM object pointer as a ctypes.c_void_p.
- Returns:
c_void_p