Description
The parameter value. Set in Object Model unit preference for selected dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ParamValue() As System.Object
|
| [C#] |
|---|
public System.Object ParamValue {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_ParamValue(); public: __property void set_ParamValue(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ParamValue(
VARIANT * pVal
);
public: HRESULT put_ParamValue(
VARIANT InVal
);
|
| [Java] |
|---|
public AgVariant getParamValue();
public void setParamValue(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def ParamValue(self) -> typing.Any:
@ParamValue.setter
def ParamValue(self, InVal:typing.Any) -> None:
|
See Also