AcMapObjClassDefinition::IsBaseClassOnly Method

Land Desktop Development ARX CPP SDK

AcMapObjClassDefinition:: IsBaseClassOnly Method
 

Determines whether this feature class definition is a strict base class.

AcMapObjClass::EErrCode IsBaseClassOnly(
    bool* pbIsBaseOnly
) const;
Parameters 
Description 
pbIsBaseOnly 
Output true if the feature class definition is a strict base class; otherwise, false.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eClassNotFromCurrentSchema if the class is not from the current feature-definition file. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Remarks

You can derive other classes from a strict base class but not classify objects with it.

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