Click or drag to resize

IDisplayedObjectsSetPointShape Method

Each McGraphObjPoint in the collection is assigned a new Shape property.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetPointShape ( 
	mgopsNew As mcGraphObjPointShape
)

Parameters

mgopsNew
Type: MediaCy.IQL.Display.OverlaysmcGraphObjPointShape
The new shape to assign.
Remarks
Any McGraphObj instances that are not of the McGraphObjPoint class are skipped.
See Also