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 InheritDimensionFromInput
);
|
| [Java] |
|---|
public bool getInheritDimensionFromInput();
public void setInheritDimensionFromInput(
bool
);
|
| [Python - STK API] |
|---|
@property
def InheritDimensionFromInput(self) -> bool:
@InheritDimensionFromInput.setter
def InheritDimensionFromInput(self, InheritDimensionFromInput:bool) -> None:
|
See Also