Description
Gets the default value of the transformation. The current value property of the transformation will have this value when the model primitive is initialized.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DefaultValue() As Double
|
| [C#] |
|---|
public double DefaultValue {get;}
|
| [Managed C++] |
|---|
public: __property double get_DefaultValue();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DefaultValue(
double * pRetVal
);
|
| [Java] |
|---|
public double getDefaultValue();
|
| [Python - STK API] |
|---|
@property
def DefaultValue(self) -> float:
|
See Also