C++
Acad::ErrorStatus setInsbase( const AcGePoint3d& base );
Description
Sets base (in WCS coordinates) to be the Model Space INSBASE value for the database.
See the System Variables section of the AutoCAD Command Reference for information on INSBASE.
Returns Acad::eOk if successful.
Note For Paper Space values, see AcDbDatabase::setPinsbase() function.
Parameters
Parameters | Description |
---|---|
base | Input INSBASE point (in WCS coordinates) |