STK ObjectsSend comments on this topic.
PersistProjectedLinesInSpace Property (IAgSnVO)
See Also
Windows





Windows & Linux

Description

Persist projected lines in space.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistProjectedLinesInSpace() As Boolean
[C#]
public bool PersistProjectedLinesInSpace {get; set;}
[Managed C++]
public: __property bool get_PersistProjectedLinesInSpace();
public: __property void set_PersistProjectedLinesInSpace( bool );
[Unmanaged C++]
public: HRESULT get_PersistProjectedLinesInSpace(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PersistProjectedLinesInSpace(
    VARIANT_BOOL pVal
);
[Java]
public bool getPersistProjectedLinesInSpace();
public void setPersistProjectedLinesInSpace(
    bool
);
[Python - STK API ]
@property
def PersistProjectedLinesInSpace(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.