颜色类型
[uuid(9390593D-E4B6-4268-9922-CAC5DCC5B1C4), helpstring("McColorMethod")]
enum McColorMethod {
mcColorMethodByLayer = 1,
mcColorMethodByBlock = 2,
mcColorMethodByRGB = 3,
mcColorMethodByACI = 4,
mcColorMethodForeground = 5
};MxDrawEnum.idl
|
成员 |
说明 |
|
mcColorMethodByLayer = 1 |
颜色随层 |
|
mcColorMethodByBlock = 2 |
颜色随块 |
|
mcColorMethodByRGB = 3 |
RGB颜色 |
|
mcColorMethodByACI = 4 |
CAD索引颜色 |
|
mcColorMethodForeground = 5 |
暂没有使用 |