AcMapClassificationManager::AttachFeatureDefinitionFile Method

Land Desktop Development ARX CPP SDK

AcMapClassificationManager:: AttachFeatureDefinitionFile Method
 

Attaches an existing feature-definition file to the current drawing.

AcMapObjClass::EErrCode AttachFeatureDefinitionFile(
    const ACHAR* pszSchemaFileName
);
Parameters 
Description 
pszSchemaFileName 
Input name of the feature-definition file to attach. If no path is specified, the current path is used.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eFileNameInvalid if the file name is invalid. Returns AcMapObjClass::EErrCode eFileNotFound if the file does not exist. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Remarks

If a feature-definition file is currently attached, it will be automatically replaced.

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].