Click or drag to resize

IDisplayedObjects Interface

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IDisplayedObjects
	Inherits IEnumerable

The IDisplayedObjects type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count of McGraphObj instances in the collection.
Public propertyItem
A McGraphObj item from the collection.
Public propertyParent
The parent McFeatures of the DisplayedObjects collection
Top
Methods
  NameDescription
Public methodAdd
Add one McGraphObj instance to the collection.
Public methodGetEnumerator
Public methodImportProperties
Import properties from a given McGraphObj into all of the McGraphObj instances in the collection.
Public methodRemove
Remove one McGraphObj from the collection
Public methodRemoveAll
Remove all McGraphObject instances from the collection
Public methodRemoveGraphObj
All McGraphObj instances in the collection are Removed from their McGraphOverlay.
Public methodSetBorderStyle
For each McGraphObj in the collection, sets the BorderStyle property
Public methodSetBorderWidth
For each McGraphObj in the collection, sets the BorderWidth property.
Public methodSetColors
For each McGraphObj in the collection, set color properties
Public methodSetFillStyle
For each McGraphObj in the collection, sets the FillStyle property.
Public methodSetGenericProperty
For each McGraphObj in the collection, sets some property's value or behavior based on a property name and one or two optional values.
Public methodSetLabelOffset
For each McGraphObj in the collection, sets the LabelOffset property.
Public methodCode exampleSetLabelText
The Label for each of the McGraphObj instances is displayed or cleared.
Public methodSetLineEnding
For each McGraphObj in the collection, sets the LineEnding property
Public methodSetPointScalePercent
For each McGraphObjPoint in the collection, sets the ScalePercent property
Public methodSetPointShape
Each McGraphObjPoint in the collection is assigned a new Shape property.
Public methodSetSelected
For each McGraphObj in the collection, sets the Selected property
Public methodSetStyle
For each McGraphObj in the collection, sets the Style property.
Public methodUnlinkGraphObj
All McGraphObj instances in the collection are Unlinked from any linked feature.
Top
See Also