AGI STK VGT 11 Send comments on this topic.
Dimension Property (IAgCrdnCalcScalarConstant)
See Also 





Description

The dimension of the constant value, this can be any of the STK supported dimensions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Dimension() As String

[C#]
public string Dimension {get; set;}

[Managed C++]
public: __property String __gc ^ get_Dimension();
public: __property void set_Dimension(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Dimension(
BSTR * pRetVal
);
public: HRESULT put_Dimension(
BSTR NewDimension
);

[Java]
public String getDimension();public void setDimension(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1