Share

CurveGraphics.GetViewSpaceAnchor Method

Parent Object: CurveGraphics

Description

Method that gets the anchor information of the graphics object. This method returns an error if the 'Anchored' property returns False.

Syntax

CurveGraphics.GetViewSpaceAnchor( Origin As Point, Anchor As Point2d, AnchorRelativeTo As ViewLayoutEnum )

Parameters

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

Version

Introduced in version 2008

Was this information helpful?