Checks whether the object belongs to the
specified class and returns a pointer to this object if this object
can be converted to the specified class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public IntPtr QueryX(
RXClass protocolClass
)
Public Function QueryX (
protocolClass As RXClass
) As IntPtr
public:
IntPtr QueryX(
RXClass^ protocolClass
)
member QueryX :
protocolClass : RXClass -> IntPtr
Parameters
- protocolClass RXClass
- [in] Class describing instance to which the object must be
converted.
Return Value
IntPtr
Pointer to this object if this object can be converted to the
specified class.
See Also