AcMapDMStyleReference Class

Land Desktop Development ARX CPP SDK

Links
AcMapDMStyleReference Class
 

Represents a reference to an existing style.

class AcMapDMStyleReference : public AcDbObject;
File

DmStyleReference.h

Remarks

These references create additional entities in the database, rather than modifying the appearance of existing entities.

Destroys an instance of this class. 
Constructs an instance of this class. 
This function is called by AutoCAD when the AUDIT command is executed. 
Lets this object read its data. See also dwgInFields() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Lets this object write its data. See also dwgOutFields() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Lets this object read its data. See also dxfInFields() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Lets this object write its data. See also dxfOutFields() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Returns the implementation object. 
Determines whether this reference is enabled. See also SetEnabled(). 
Determines whether this reference is the only reference to the style that this reference refers to. See also MakeUniqueReference(). 
Determines whether this reference is a unique reference and, if not, clones the referenced style and resets the style ID to the new copy. See also IsUniqueReference(). 
Enables or disables this reference. See also IsEnabled(). 
Retrieves the ID of the style that this reference refers to. 
Invoked from within close() before the close actually occurs. The default implementation of this function returns Acad::eOk. See also subClose() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Invoked from within erase() before the erase actually occurs. See also subErase() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
Grants control of deep clone operations to the object. In the default implementation, the object is cloned and appended to the owner object pOwnerObject. See also wblockClone() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly. 
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].