Links
AcMapDMStylizationEntityStyle Class
Represents a style of a stylization entity.
class AcMapDMStylizationEntityStyle : public AcMapDMStyle;
File
DmStyleEntStyle.h
Remarks
A stylization entity is a new entity that stylization generates and adds to the database (rather than making temporary modifications during regeneration). This abstract class is not intended for direct instantiation.
|
Applies the style to an entity. | |
|
Informs the display manager that a particular AcDbEntity was created as a result of applying a StylizationEntityStyle. | |
|
Removes topology stylization information that is used during regeneration. | |
|
Removes stylization information that is used during regeneration. | |
|
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. | |
|
Enables or disables the style for the specified topology. | |
|
Enables or disables the style for the specified entity. | |
|
Creates an island around the stylization entity. | |
|
Creates an island around the stylization entity. | |
|
Retrieves the AcDbObjectIds of any stylization entities created during an Update(). | |
|
Applies style traits to yield a preview of the specified entity. | |
|
Builds stylization information for later regeneration. | |
|
A derived class must call this function to remove a stylization entity from association with a target topology, for the purposes of AcMapDMSEHatchStyle islanding. | |
|
A derived class must call this function to remove a stylization entity from association with a target entity, for the purposes of AcMapDMSEHatchStyle islanding. | |
|
Builds topology stylization information for later regeneration Derived classes can perform any one-time Update()-time actions here. | |
|
Builds stylization information for later regeneration. |
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].
Methods