Share

LineStripGraphics.GetViewSpaceAnchor Method

Parent Object: LineStripGraphics

Description

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

Syntax

LineStripGraphics.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 9

Was this information helpful?