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





Windows & Linux

Description

Starting 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 Point1() As IAgCrdnPoint
[C#]
public IAgCrdnPoint Point1 {get; set;}
[Managed C++]
public: __property IAgCrdnPoint ^ get_Point1();
public: __property void set_Point1( IAgCrdnPoint );
[Unmanaged C++]
public: HRESULT get_Point1(
    IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_Point1(
    IAgCrdnPoint Point1
);
[Java]
public IAgCrdnPoint getPoint1();
public void setPoint1(
    IAgCrdnPoint
);
[Python - STK API ]
@property
def Point1(self) -> "IAgCrdnPoint":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.