AGI STK Astrogator 11 Send comments on this topic.
Value Property (IAgVAScriptingParameterEnumerationChoice)
See Also 





Description

Integer value of the enumeration

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As Integer

[C#]
public int Value {get; set;}

[Managed C++]
public: __property int get_Value();
public: __property void set_Value(
int
);

[Unmanaged C++]
public: HRESULT get_Value(
long * pRetVal
);
public: HRESULT put_Value(
long NewValue
);

[Java]
public int getValue();public void setValue(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1