AGI STK Objects 11Send comments on this topic.
AnchorPoint Property (IAgLtPointCollection)
See Also
Windows






Windows & Linux

Description

Specify the anchor point. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AnchorPoint() As Integer
[C#]
public int AnchorPoint {get; set;}
[Managed C++]
public: __property int get_AnchorPoint();
public: __property void set_AnchorPoint( int );
[Unmanaged C++]
public: HRESULT get_AnchorPoint(
    long * pAnchorPt
);
public: HRESULT put_AnchorPoint(
    long AnchorPt
);
[Java]
public int getAnchorPoint();
public void setAnchorPoint(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.