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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1