AGI STK VGT 11Send comments on this topic.
OutputDimension Property (IAgCrdnVectorScalarLinearCombination)
See Also 
Windows






Windows & Linux

Description

A dimension to interpret the output vector.

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 NewOutputDimension
);
[Java]
public String getOutputDimension();public void setOutputDimension(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.