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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface