Click or drag to resize

IMcGraphOverlay2 Properties

The IMcGraphOverlay2 type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActiveTool
Exposes a McGraphToolServer instance for the currently active tool.
Public propertyClipboardDataAvailable
A read-only boolean value indicating whether the clipboard contains overlay compatible data.
Public propertyClipboardName
A read-only property giving the default ClipFormatName used by EditCopy/Cut/Paste.
Public propertyCount
The number of graphic objects in this collection.
Public propertyDefaultLayer
A default Layer property value to assign to newly created objects.
Public propertyCode exampleItem
Returns one graphic object from the collection based on its ID value or its position, or Nothing if the object cannot be found.
Public propertyLastTargetLayer
The Layer argument for the last assignment to LayerVisible, LayerDisplayOrder, LayerName or LayerOpacity, or the TargetLayer argument on the last call to SetObjectsLayer.
Public propertyLayerDisplayOrder
Reflects and sets the display order of one or all Layers.
Public propertyLayerFrameEnd
Reflects and sets the display ending frame of one or all Layers.
Public propertyLayerFrameStart
Reflects and sets the starting display frame of one or all Layers.
Public propertyLayerName
Reflects and sets the name of a Layer.
Public propertyLayerOpacity
Reflects and sets the opacity of one or all Layers.
Public propertyLayerVisible
Reflects and sets visibility of a Layer or all Layers.
Public propertyModified
Read-only property indicating whether one of the graphic objects contained in this overlay collection has been modified since the last Save.
Public propertyName
A read/write property used to associate a name with the overlay object.
Public propertyNotifyContext
When a notify is in progress, gives the notify depth and indicates if the notify was caused by some user action.
Public propertyPropertySheetLeft
X coordinate of the left upper corner of this overlay's property sheet, in screen coordinates.
Public propertyPropertySheetTitle
Title of this overlay's property sheet.
Public propertyPropertySheetTop
Y coordinate of the left upper corner of this overlay's property sheet, in screen coordinates.
Public propertySelectedCount
Read only property returning the number of selected objects.
Public propertySelectedGraphObj
The first selected McGraphObj, or optionally, the selected McGraphObj at a given index.
Public propertySnapToGrid
Size, in pixels, of a grid for editing objects.
Public propertyCode exampleTemplate
Read-only property used to access the graphic object templates.
Public propertyUserData
A user defined piece of data attached to the object.
Public propertyUserFlag
A user defined long value.
Public propertyViews
Readonly property exposing the overlay controlled McViews collection.
Public propertyVisible
Read/write property indicating whether this overlay is visible or not.
Public propertyWorkingZoom
Magnification (as a percent) below which objects should shrink by default.
Top
See Also