AGI STK VGT 11Send 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 * pNewPoint1
);
[Java]
public IAgCrdnPoint getPoint1();public void setPoint1(
   IAgCrdnPoint
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.