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





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 * pRetVal
);
public: HRESULT put_AnchorPoint(
long NewAnchorPoint
);

[Java]
public int getAnchorPoint();public void setAnchorPoint(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1