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





Windows & Linux

Description

Specify a point B.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.