AGI STK Astrogator 11 Send comments on this topic.
VariableName Property (IAgVAStateCalcUserValue)
See Also 





Description

Name of the user variable

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VariableName() As String

[C#]
public string VariableName {get; set;}

[Managed C++]
public: __property String __gc ^ get_VariableName();
public: __property void set_VariableName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_VariableName(
BSTR * pRetVal
);
public: HRESULT put_VariableName(
BSTR NewVariableName
);

[Java]
public String getVariableName();public void setVariableName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1