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
);
|
| [Python - STK API] |
|---|
@property
def AnchorPoint(self) -> int:
@AnchorPoint.setter
def AnchorPoint(self, AnchorPt:int) -> None:
|
See Also