Click or drag to resize

IDisplayedObjects Methods

The IDisplayedObjects type exposes the following members.

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