AGI STK Astrogator 11Send comments on this topic.
IndependentVariable Property (IAgVATargeterGraph)
See Also 
Windows






Windows & Linux

Description

Select the graph's X axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IndependentVariable() As String
[C#]
public string IndependentVariable {get; set;}
[Managed C++]
public: __property String __gc ^ get_IndependentVariable();
public: __property void set_IndependentVariable(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_IndependentVariable(
   BSTR * pRetVal
);
public: HRESULT put_IndependentVariable(
   BSTR NewIndependentVariable
);
[Java]
public String getIndependentVariable();public void setIndependentVariable(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.