AGI STK VGT 11Send comments on this topic.
SelectedStar Property (IAgCrdnVectorDirectionToStar)
See Also 
Windows






Windows & Linux

Description

A fully qualified path to a Star object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SelectedStar() As String
[C#]
public string SelectedStar {get; set;}
[Managed C++]
public: __property String __gc ^ get_SelectedStar();
public: __property void set_SelectedStar(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_SelectedStar(
   BSTR * pRetVal
);
public: HRESULT put_SelectedStar(
   BSTR NewSelectedStar
);
[Java]
public String getSelectedStar();public void setSelectedStar(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.