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