Specifies the object type. | |
Description: | |
Values: |
gefObjectTypeMixedValue - An invalid object type.
gefLine - An
object consisting or 2 or more vertices connected with line
segments. It may be closed, and it may be filled.
gefRectangle -
A quadrilateral with four right angles. Rotation and shearing
transformations may be applied such that it does not actually have
right angles.
gefEllipse - A
curved planar figure, all points of which are the same total
distance from two fixed points called the foci. Rotation and
shearing transformations may be applied.
gefArc - A
curved planar figure that contains a section of an ellipse defined
by a starting and end angles, and a direction. It has a style
attribute that may allow it to include additional line segments.
These styles are:
Arc: No additional line segments, this style does not support a fill. Pie: Line segments connect the ends of the arc to the center of the ellipse the arc lies along. Chord: A Line segment connects the ends of the arc to each other. Rotation and shearing transformations may be applied. gefText - A
line of text. Rotation and shearing transformations may be
applied.
gefButton - A
button containing a line of text.
gefActiveXControl - An OLE object that implements the
set of interfaces that may allow interaction with it as a form
control (most importantly IOleControl).
gefOleObject -
An external object that implements a set of interfaces that allow
Object Linking and Embedding.
gefGroup - A
container that holds other objects.
gefFrameContainer - A container that holds objects of
type gefFrame. It will only display one gefFrame at a time. In
CimView this is the first frame that has expression that evaluated
to true.
gefFrame - A
container that holds objects, and has an expression that indicates
if the contained objects should be displayed.
gefLinkContainer - A container that creates an
instance of a linked object.
gefObjectScreen - The GefObject of the screen. This
contains all the other GefObjects in the screen.
gefClassObject
- A container that creates an instance of a class object.
gefImage - A
Image of .jpg, .bmp..png,.tiff,.gif type.
|