The output dimension. Use any of STK supported dimensions. This value will be used if InheritDimensionFromInput is false. The InheritDimensionFromInput property should be set to false before this property can be fixed.
Read-write property
[Visual Basic .NET] |
---|
Public Property OutputDimension() As String |
[C#] |
---|
public string OutputDimension {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_OutputDimension(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutputDimension( BSTR * pRetVal ); public: HRESULT put_OutputDimension( BSTR OutputDimension ); |
[Java] |
---|
public String getOutputDimension(); public void setOutputDimension( String ); |