STK ObjectsSend comments on this topic.
Recycle Property (IAgVeSpatialInfo)
See Also
Windows





Windows & Linux

Description

Controls whether to reuse the same spatial state object in subsequent calls to GetState.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.