IAgODProvideTrackingDataLib 13Send comments on this topic.
SupportsSave Property (IAgODProvideTrackingData)
See Also
Windows





Windows & Linux

Description

This property indicates whether this tracking data provider supports saving observations to a file. Usually this returns 'false' (it is much easier to write a tracking data reader only than one that supports reading and writing).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportsSave() As Boolean
[C#]
public bool SupportsSave {get;}
[Managed C++]
public: __property bool get_SupportsSave();
[Unmanaged C++]
public: HRESULT get_SupportsSave(
    VARIANT_BOOL * pVal
);
[Java]
public bool getSupportsSave();
[Python - STK API ]
@property
def SupportsSave(self) -> bool:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.