#include <ElementPropertyUtils.h>
|
static void | ApplyActiveSettings (EditElementHandleR eeh) |
| Update the supplied element to the current active settings. More...
|
|
static void | ApplyActiveAreaSettings (EditElementHandleR eeh, int fillMode) |
| Update the supplied element to the current active fill and area settings using IAreaFillPropertiesEdit. More...
|
|
static bool | ApplyActiveAreaFill (EditElementHandleR eeh, int fillMode) |
| Apply the active solid or gradient fill to the supplied element. More...
|
|
static bool | ApplyActiveSolidFill (EditElementHandleR eeh) |
| Apply the active solid fill to the supplied element. More...
|
|
static bool | ApplyActiveGradientFill (EditElementHandleR eeh) |
| Apply the active gradient fill to the supplied element. More...
|
|
static bool | ApplyActivePattern (EditElementHandleR eeh, PatternParamsP paramsP, DwgHatchDefLineP hatchDefLinesP, int option, DPoint3dP originP, RotMatrixP rMatrix, int line1, int line2, int index=0) |
| Apply the active pattern type and settings to the supplied element. More...
|
|
Apply the active solid or gradient fill to the supplied element.
- Parameters
-
[in] | eeh | The element to modify. |
[in] | fillMode | 0 = none, 1 = opaque fill, -1 to use the active fill settings. |
- Returns
- true if element was updated.
- See also
- AddSolidFill AddGradientFill
Update the supplied element to the current active fill and area settings using IAreaFillPropertiesEdit.
- Note
- : Does nothing if model of EditElementHandle is not ACTIVEMODEL.
Apply the active gradient fill to the supplied element.
- Parameters
-
[in] | eeh | The element to modify. |
- Returns
- true if element was updated.
- See also
- AddGradientFill
Apply the active pattern type and settings to the supplied element.
- Parameters
-
[in] | eeh | The element to modify. |
[in] | paramsP | pattern params or NULL. |
[in] | hatchDefLinesP | DWG hatch definition or NULL. |
[in] | option | pattern type: PATTERN_HATCH, PATTERN_CROSSHATCH, or PATTERN_AREA, used if paramsP is NULL. |
[in] | originP | pattern origin or NULL. |
[in] | rMatrix | pattern rotation or NULL. |
[in] | line1 | Multiline specific profile index if patterning between specific profile lines. |
[in] | line2 | Multiline specific profile index if patterning between specific profile lines. |
[in] | index | Pattern index (only for multilines). |
- Returns
- true if element was updated.
- See also
- AddPattern
Update the supplied element to the current active settings.
Sets level, color, style, weight, class, transparency, and display priority (2d only).
- Note
- : Does nothing if model of EditElementHandle is not ACTIVEMODEL.
Apply the active solid fill to the supplied element.
- Parameters
-
[in] | eeh | The element to modify. |
- Returns
- true if element was updated.
- See also
- AddSolidFill
The documentation for this struct was generated from the following file: