STK AstrogatorSend comments on this topic.
Type Property (IAgVAScriptingParameter)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_Type(
    AgEVAScriptingParameterType InVal
);
[Java]
public AgEVAScriptingParameterType getType();
public void setType(
    AgEVAScriptingParameterType
);
[Python - STK API ]
@property
def Type(self) -> "AgEVAScriptingParameterType":

@Type.setter
def Type(self, InVal:"AgEVAScriptingParameterType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.