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





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 * pRetVal
);
public: HRESULT put_SaveComputedDataType(
AgEVmSaveComputedDataType NewSaveComputedDataType
);

[Java]
public AgEVmSaveComputedDataType getSaveComputedDataType();public void setSaveComputedDataType(
AgEVmSaveComputedDataType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1