Description
Specify whether to inherit the output dimension from the input scalar or time instant.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InheritDimensionFromInput() As Boolean
|
| [C#] |
|---|
public bool InheritDimensionFromInput {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_InheritDimensionFromInput(); public: __property void set_InheritDimensionFromInput( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InheritDimensionFromInput( VARIANT_BOOL * pRetVal ); public: HRESULT put_InheritDimensionFromInput( VARIANT_BOOL NewInheritDimensionFromInput );
|
| [Java] |
|---|
public bool getInheritDimensionFromInput(); public void setInheritDimensionFromInput( bool );
|
See Also