AGI STK Objects 11 Send comments on this topic.
PersistProjectedLinesInSpace Property (IAgSnVO)
See Also 





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 * pRetVal
);
public: HRESULT put_PersistProjectedLinesInSpace(
VARIANT_BOOL NewPersistProjectedLinesInSpace
);

[Java]
public bool getPersistProjectedLinesInSpace();public void setPersistProjectedLinesInSpace(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1