Click or drag to resize

IDisplayOverlays Interface

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

The IDisplayOverlays type exposes the following members.

Properties
  NameDescription
Public propertyAutoDisplayTemplateID
A TemplateID to use for automatic feature display
Public propertyCount
Count of McGraphOverlay instances in the collection
Public propertyItem
An item from the collection.
Public propertyCode exampleMasterGraphOverlay
Controls and reflects the Master McGraphOverlay member of the collection
Public propertyParent
Top
Methods
  NameDescription
Public methodCode exampleAdd
Add an McGraphOverlay instance to the collection.
Public methodClassNameForFeature
Public methodGetEnumerator
Public methodIdentifyLinkedFeature
Identify any feature linked to a given McGraphObj instance.
Public methodCode exampleLinkFeatureToGraphObj
Link or unlink a feature with an McGraphObj instance.
Public methodRemove
Remove an item from the collection
Public methodRemoveAll
Remove all McGraphOverlays in the collection.
Top
See Also