Click or drag to resize

IMcGraphObjPoint2Shape Property

Set the appearance of this marker object to one of the predefined shapes.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property Shape As mcGraphObjPointShape
	Get
	Set

Property Value

Type: mcGraphObjPointShape

Implements

IMcGraphObjPointShape
Remarks
This is returned as mcgpsMultiple if the point shape has been built up with any calls to AddShapeElement. On assignment, if the object's TemplateID is the standard one synchronized with the Shape, then the TemplateID will be changed to be synchronized with the new shape. This keeps SaveAsTemplate sychronized with the proper McGraphObjPoint Shape, if it is called after the Shape is changed.
Note Note
when displayed, the standard shapes are scaled by the percentage given by the ScalePercent property.
See Also