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, or throws an exception if
it cannot.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public IntPtr X(
RXClass protocolClass
)
Public Function X (
protocolClass As RXClass
) As IntPtr
public:
IntPtr X(
RXClass^ protocolClass
)
member X :
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