AcMapClassificationManager::CreateFeatureDefinitionFile Method

Land Desktop Development ARX CPP SDK

AcMapClassificationManager:: CreateFeatureDefinitionFile Method
 

Creates a new feature-definition file and attaches it to the current drawing.

AcMapObjClass::EErrCode CreateFeatureDefinitionFile(
    const ACHAR* pszSchemaFileName
);
Parameters 
Description 
pszSchemaFileName 
Input name and full path of the feature-definition file to create.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eFileNameInvalid if the file name is invalid. Returns AcMapObjClass::EErrCode eFileAlreadyExists if a file with the same name already exists. Returns AcMapObjClass::EErrCode eNoUserPrivilegeToAlterSchema if the current user lacks the privileges to change the feature-definition file. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other 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].