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 * pVal
);
public: HRESULT put_DataRetention(
    AgECvDataRetention AgECvDataRetention
);
[Java]
public AgECvDataRetention getDataRetention();
public void setDataRetention(
    AgECvDataRetention
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.