STK ObjectsSend comments on this topic.
PersistForAllPasses Property (IAgVeVOSystemsElementBase)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PersistForAllPasses(
    VARIANT_BOOL pVal
);
[Java]
public bool getPersistForAllPasses();
public void setPersistForAllPasses(
    bool
);
[Python - STK API ]
@property
def PersistForAllPasses(self) -> bool:

@PersistForAllPasses.setter
def PersistForAllPasses(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.