Gets the default value of the transformation.
The
Current Value property of the transformation will have this
value when the ModelPrimitive
is initialized.
Read-only property
| [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(
|
| [Java] |
|---|
public double getDefaultValue();
|