AcMapObjClassDefinition::LinkedDataMovedToFdo Method

Land Desktop Development ARX CPP SDK

AcMapObjClassDefinition:: LinkedDataMovedToFdo Method
 

This function allows a client program to find out whether a link to the external data is going to be preserved to the FDO or the whole record is conveyed to the FDO.

AcMapObjClass::EErrCode LinkedDataMovedToFdo(
    bool & bDataMove
) const;
Parameters 
Description 
bDataMove 
Ouput value is true if the only link to external data preserved to FDO. Output is 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].