AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_PersistProjectedLinesInSpace(
   VARIANT_BOOL NewPersistProjectedLinesInSpace
);
[Java]
public bool getPersistProjectedLinesInSpace();public void setPersistProjectedLinesInSpace(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.