AcMapObjClassDefinition::SetLinkedDataMovedToFdo Method

Land Desktop Development ARX CPP SDK

AcMapObjClassDefinition:: SetLinkedDataMovedToFdo Method
 

This function allows a client program to define the behavior of the linked data in process of querying and saveing from/to FDO. A link to the external data only will be preserved to the FDO if the boolean parameter is set to true. Otherwise, records will be moved to the FDO. conveyed to the FDO.

AcMapObjClass::EErrCode SetLinkedDataMovedToFdo(
    bool bDataMove
);
Parameters 
Description 
bDataMove 
Input value. True if only link to external data preserved to FDO. False if the actual data is preserved to the FDO. 
Returns

Returns AcMapObjClass::eOk if successful. Returns AcMapObjClass::eClassNotFromCurrentSchema if class not from current schema. Returns AcMapObjClass::eFailed if fails for any reason.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].