AcMapIEExporter::SetGeometryTypeForClass Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: SetGeometryTypeForClass Method
 

Sets the Geometry Type for new target class.

virtual AcMapIE::ErrCode SetGeometryTypeForClass(
    const ACHAR* schemaName, 
    const ACHAR* className, 
    AcMapIE::GeometryType geomType
) = 0;
Parameters 
Description 
schemaName 
Name of the target schema 
className 
Name of the target class 
geomType 
Type of Geometry to set. Currently kGeom_Text is not supported 
Returns

kErr_OK if successful 

kErr_ClassExists if the class is not a newly appended one 

kErr_InvalidMapping if the class is not mapped to 

kErr_BadParams if the unsupported kGeom_Text is passed in 

kErr_InvalidDataStore if the target datastore is not supported (FDO)

Remarks

This cannot be called on existing classes.

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