Click or drag to resize

IDisplayedObjectsSetStyle Method

For each McGraphObj in the collection, sets the Style property.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetStyle ( 
	mgosMask As mcGraphObjStyle,
	mgosValue As mcGraphObjStyle
)

Parameters

mgosMask
Type: MediaCy.IQL.Display.OverlaysmcGraphObjStyle
A mask for the style bits to allow to change.
mgosValue
Type: MediaCy.IQL.Display.OverlaysmcGraphObjStyle
The value to assign to the masked style bits.
See Also