Gets or sets the parameter's type.
Read-write property
[Visual Basic .NET] |
---|
Public Property Type() As AgEVAScriptingParameterType |
[C#] |
---|
public AgEVAScriptingParameterType Type {get; set;} |
[Managed C++] |
---|
public: __property AgEVAScriptingParameterType get_Type(); |
[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: |