Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxClass::addX Method
Syntax
C++
OdRxObjectPtr addX(OdRxClass* pProtocolClass, OdRxObject* pProtocolObject);

Creates the Protocol Extension for the specified OdRxClass. 

 

Parameters
Description
pProtocolClass
[in] Pointer to the Protocol Extension class.
pProtocolObject
[in] Pointer to the Protocol Extension Object.

Returns a SmartPointer to the Protocol Extension.

The default implementation of this object does nothing but return a null pointer, and asserts in debug mode. It will be fully implemented in a future *release*.

Copyright © 2002-2022. Open Design Alliance All rights reserved.