AGI STK VGT 11Send 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 * pNewPoint2
);
[Java]
public IAgCrdnPoint getPoint2();public void setPoint2(
   IAgCrdnPoint
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.