AGI STK Astrogator 11 Send comments on this topic.
Type Property (IAgVAScriptingParameter)
See Also 





Description

The parameter's type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Type() As AgEVAScriptingParameterType

[C#]
public AgEVAScriptingParameterType Type {get; set;}

[Managed C++]
public: __property AgEVAScriptingParameterType get_Type();
public: __property void set_Type(
AgEVAScriptingParameterType
);

[Unmanaged C++]
public: HRESULT get_Type(
AgEVAScriptingParameterType * pRetVal
);
public: HRESULT put_Type(
AgEVAScriptingParameterType NewType
);

[Java]
public AgEVAScriptingParameterType getType();public void setType(
AgEVAScriptingParameterType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1