TriangleGraphics.GetViewSpaceAnchor Method
Parent Object: TriangleGraphicsDescription
Method that gets the anchor information of the graphics object. This method returns an error if the 'Anchored' property returns False.
Syntax
TriangleGraphics.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. |