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






Windows & Linux

Description

Data retention options can be all data or static data only.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DataRetention() As AgECvDataRetention
[C#]
public AgECvDataRetention DataRetention {get; set;}
[Managed C++]
public: __property AgECvDataRetention get_DataRetention();
public: __property void set_DataRetention(
   AgECvDataRetention
);
[Unmanaged C++]
public: HRESULT get_DataRetention(
   AgECvDataRetention * pRetVal
);
public: HRESULT put_DataRetention(
   AgECvDataRetention NewDataRetention
);
[Java]
public AgECvDataRetention getDataRetention();public void setDataRetention(
   AgECvDataRetention
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.