AGI STK Objects 11 Send comments on this topic.
PersistForAllPasses Property (IAgVeVOSystemsElementBase)
See Also 





Description

Persistent the reference system when all passes are displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistForAllPasses() As Boolean

[C#]
public bool PersistForAllPasses {get; set;}

[Managed C++]
public: __property bool get_PersistForAllPasses();
public: __property void set_PersistForAllPasses(
bool
);

[Unmanaged C++]
public: HRESULT get_PersistForAllPasses(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PersistForAllPasses(
VARIANT_BOOL NewPersistForAllPasses
);

[Java]
public bool getPersistForAllPasses();public void setPersistForAllPasses(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1