All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

StrAnchorPoint (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---StrAnchorPoint
 


Represents an anchor point.
An anchor point is a point used to place the section on the support in the design model.

Method Index

GetCoordinates
Retrieves the coordinates of the anchor point.

Methods


o Sub GetCoordinates(CATSafeArrayVariant oCoord)
Retrieves the coordinates of the anchor point. These coordinates are expressed in the section local coordinate system.
Parameters:
oCoord
The 2D coordinates of the anchor point.
Example:
 Dim coord(1)
 anchor_1.GetCoordinates(coord)
 

Copyright © 2003, Dassault Systèmes. All rights reserved.