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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1