Provides access to members that control the flag.
A flag is a graphic object attached to a network element. Flags are often used to display labels associated with an element. Flags are an implementation of a flag model. A flag is automatically inserted on, and attached to, an element according to the rules defined in the model it is based on. A flag can be associated with any kind of network element (node, link, and drawing). To insert a flag on several elements, you must associate its base model with the corresponding element group. Different flags based on different models can be associated with the same element. When an element is moved, its associated flag is automatically moved. However, moving a flag does not move the element but causes its connecting pole to be redrawn.
| Description | ||
|---|---|---|
![]() |
Delete | Removes the flag. |
![]() |
Element | Element the flag is attached to. |
![]() |
FlagModel | Flag model that implements the flag. |
![]() |
GetBoundingBox | Returns the 'upperLeftCorner' and 'lowerRightCorner' points defining the bounding box of the flag. |
![]() |
GetEffect | Returns the effect 'effect' set for the flag (see esriNgFlagEffect). |
![]() |
IsEffectSet | Indicates if the effect 'effect' related to the flag is set (see esriNgFlagEffect). |
![]() |
IsMoved | Indicates if the flag has been moved. |
![]() |
IsSelected | Indicates if the flag is currently selected. |
![]() |
Move | Moves the flag to the (X,Y) relative or absolute position. |
![]() |
Pole | Pole connecting the flag to the element it is attached to. |
![]() |
RemoveEffect | Removes the effect or restores the default effect 'effect' set for the flag (see esriNgFlagEffect). |
![]() |
Select | Selects the flag in all the views where it displays and redraws it. |
![]() |
SetEffect | Modifies the effect 'effect' set for the flag (see esriNgFlagEffect). |
![]() |
Unselect | Deselects the flag in all the views where it displays and redraws it. |
![]() |
X | X cartesian coordinate of the flag. |
![]() |
Y | Y cartesian coordinate of the flag. |
| CoClasses and Classes | Description |
|---|---|
| NgFlag | Graphic flag object. |