AcMapDMStyle::CachableProperties Enumeration

Land Desktop Development ARX CPP SDK

AcMapDMStyle:: CachableProperties Enumeration
 

Enumerates ADE non-geometric DOT variables.

enum CachableProperties {
  kUndefined,
  kTag,
  kString,
  kBlockName,
  kClassName,
  kImageName,
  kLayerName,
  kLinetypeName,
  kPlotStyleName,
  kShapeName,
  kTextStyleName,
  kURL,
  kTopoName,
  kLineWeight,
  kColorACI,
  kTrueColor
};
File

DmDisplayStyle.h

Parameters 
Description 
kUndefined 
For internal use only. 
kTag 
AcDbAttribute tag. Pass as ACHAR*. 
kString 
AcDbText or attribute string value. Pass as ACHAR*. 
kBlockName 
Block name. Pass as ACHAR*. 
kClassName 
Feature classification class name. Pass as ACHAR*. 
kImageName 
Image filename. Pass as ACHAR*. 
kLayerName 
Layer name. Pass as ACHAR*. 
kLinetypeName 
Linetype name. Pass as ACHAR*. 
kPlotStyleName 
Plotstyle name. Pass as ACHAR*. 
kShapeName 
Shape name. Pass as ACHAR*. 
kTextStyleName 
Text style name. Pass as ACHAR*. 
kURL 
kURL (exact string). Pass as ACHAR*. 
kTopoName 
ADE Topology name. Pass as ACHAR*. 
kLineWeight 
Lineweight. Pass as int. 
kColorACI 
ACI color. Pass as int. 
kTrueColor 
True color. Pass as AcCmColor. 
Remarks

Styles that modify one of the listed properties must cache the stylized version of the value at Update() time by using the appropriate CacheStylizedPropValue() function.

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