STK Vector Geometry ToolSend comments on this topic.
PointA Property (IAgCrdnPlaneTriad)
See Also
Windows





Windows & Linux

Description

Specify a point A.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PointA() As IAgCrdnPointRefTo
[C#]
public IAgCrdnPointRefTo PointA {get;}
[Managed C++]
public: __property IAgCrdnPointRefTo ^ get_PointA();
[Unmanaged C++]
public: HRESULT get_PointA(
    IAgCrdnPointRefTo ** ppRetVal
);
[Java]
public IAgCrdnPointRefTo getPointA();
[Python - STK API ]
@property
def PointA(self) -> "IAgCrdnPointRefTo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.