AGI STK Objects 11Send comments on this topic.
SaveComputedDataType Property (IAgVmAdvanced)
See Also
Windows






Windows & Linux

Description

Get save computed data type. A member of the AgEVmSaveComputedDataType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveComputedDataType() As AgEVmSaveComputedDataType
[C#]
public AgEVmSaveComputedDataType SaveComputedDataType {get; set;}
[Managed C++]
public: __property AgEVmSaveComputedDataType get_SaveComputedDataType();
public: __property void set_SaveComputedDataType( AgEVmSaveComputedDataType );
[Unmanaged C++]
public: HRESULT get_SaveComputedDataType(
    AgEVmSaveComputedDataType * pVal
);
public: HRESULT put_SaveComputedDataType(
    AgEVmSaveComputedDataType pVal
);
[Java]
public AgEVmSaveComputedDataType getSaveComputedDataType();
public void setSaveComputedDataType(
    AgEVmSaveComputedDataType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.