Description
The output dimension. Use any of STK supported dimensions. This value will be used if OutputDimensionInheritance is false.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property OutputDimension() As String
|
| [C#] |
|---|
public string OutputDimension {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_OutputDimension(); public: __property void set_OutputDimension(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_OutputDimension(
BSTR * pRetVal
);
public: HRESULT put_OutputDimension(
BSTR OutputDimension
);
|
| [Java] |
|---|
public String getOutputDimension();
public void setOutputDimension(
String
);
|
| [Python - STK API] |
|---|
@property
def OutputDimension(self) -> str:
@OutputDimension.setter
def OutputDimension(self, OutputDimension:str) -> None:
|
See Also