Share

PointGraphics.SetViewSpaceAnchor Method

Parent Object: PointGraphics

Description

Method that anchors the graphics object at the specified point in view space. The Anchored property is set to True.

Syntax

PointGraphics.SetViewSpaceAnchor( Origin As Point, Anchor As Point2d, AnchorRelativeTo As ViewLayoutEnum )

Parameters

Name Type Description
Origin Point Input that specifies the origin of the coordinate system.
Anchor Point2d Input that indicates which point is unaffected by the transform behavior.
AnchorRelativeTo ViewLayoutEnum Input constant indicating which corner of the view the anchor is relative to.

Version

Introduced in version 9

Was this information helpful?