IDisplayedObjectsSetPointScalePercent Method
|
|
For each McGraphObjPoint in the collection, sets the ScalePercent property
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxSub SetPointScalePercent (
ScalePercent As Integer
)
Parameters
- ScalePercent
- Type: SystemInt32
Percentage by which point symbols should be scaled from
their natural, 100 percent size.
RemarksAny McGraphObj instances that are not of the McGraphObjPoint class
are skipped.
See Also