Click or drag to resize

IDisplayedObjectsSetLineEnding Method

For each McGraphObj in the collection, sets the LineEnding property

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetLineEnding ( 
	WhichEnd As mcGraphObjWhichEnd,
	NewEnding As mcGraphObjLineEnding
)

Parameters

WhichEnd
Type: MediaCy.IQL.Display.OverlaysmcGraphObjWhichEnd
Which end (start, end or both) is being set.
NewEnding
Type: MediaCy.IQL.Display.OverlaysmcGraphObjLineEnding
The new ending symbol for the specified end(s).
See Also