IDisplayedObjects Interface |
![]() |
Namespace: MediaCy.IQL.Features
Public Interface IDisplayedObjects Inherits IEnumerable
The IDisplayedObjects type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Count of McGraphObj instances in the collection. |
![]() | Item | A McGraphObj item from the collection. |
![]() | Parent | The parent McFeatures of the DisplayedObjects collection |
Name | Description | |
---|---|---|
![]() | Add | Add one McGraphObj instance to the collection. |
![]() | GetEnumerator | |
![]() | ImportProperties | Import properties from a given McGraphObj into all of the McGraphObj
instances in the collection. |
![]() | Remove | Remove one McGraphObj from the collection |
![]() | RemoveAll | Remove all McGraphObject instances from the collection |
![]() | RemoveGraphObj | All McGraphObj instances in the collection are Removed from their
McGraphOverlay. |
![]() | SetBorderStyle | For each McGraphObj in the collection, sets the BorderStyle property |
![]() | SetBorderWidth | For each McGraphObj in the collection, sets the BorderWidth property. |
![]() | SetColors | For each McGraphObj in the collection, set color properties |
![]() | SetFillStyle | For each McGraphObj in the collection, sets the FillStyle property. |
![]() | SetGenericProperty | For each McGraphObj in the collection, sets some property's value or
behavior based on a property name and one or two optional values. |
![]() | SetLabelOffset | For each McGraphObj in the collection, sets the LabelOffset property. |
![]() ![]() | SetLabelText | The Label for each of the McGraphObj instances is displayed or
cleared. |
![]() | SetLineEnding | For each McGraphObj in the collection, sets the LineEnding property |
![]() | SetPointScalePercent | For each McGraphObjPoint in the collection, sets the ScalePercent property |
![]() | SetPointShape | Each McGraphObjPoint in the collection is assigned a new Shape
property. |
![]() | SetSelected | For each McGraphObj in the collection, sets the Selected property |
![]() | SetStyle | For each McGraphObj in the collection, sets the Style property. |
![]() | UnlinkGraphObj | All McGraphObj instances in the collection are Unlinked from
any linked feature. |