STK Vector Geometry ToolSend comments on this topic.
Point2 Property (IAgCrdnCalcScalarSurfaceDistanceBetweenPoints)
See Also
Windows





Windows & Linux

Description

Terminating point on the central body ellipsoid (or projection of point at altitude onto the ellipsoid).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Point2() As IAgCrdnPoint
[C#]
public IAgCrdnPoint Point2 {get; set;}
[Managed C++]
public: __property IAgCrdnPoint ^ get_Point2();
public: __property void set_Point2( IAgCrdnPoint );
[Unmanaged C++]
public: HRESULT get_Point2(
    IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_Point2(
    IAgCrdnPoint Point2
);
[Java]
public IAgCrdnPoint getPoint2();
public void setPoint2(
    IAgCrdnPoint
);
[Python - STK API ]
@property
def Point2(self) -> "IAgCrdnPoint":

@Point2.setter
def Point2(self, Point2:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.