STK ObjectsSend 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 DataRetention
);
[Java]
public AgECvDataRetention getDataRetention();
public void setDataRetention(
    AgECvDataRetention
);
[Python - STK API ]
@property
def DataRetention(self) -> "AgECvDataRetention":

@DataRetention.setter
def DataRetention(self, DataRetention:"AgECvDataRetention") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.