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






Windows & Linux

Description

Persist partial central body intersection lines.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistPartialCentralBodyIntersectionLines() As Boolean
[C#]
public bool PersistPartialCentralBodyIntersectionLines {get; set;}
[Managed C++]
public: __property bool get_PersistPartialCentralBodyIntersectionLines();
public: __property void set_PersistPartialCentralBodyIntersectionLines(
   bool
);
[Unmanaged C++]
public: HRESULT get_PersistPartialCentralBodyIntersectionLines(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_PersistPartialCentralBodyIntersectionLines(
   VARIANT_BOOL NewPersistPartialCentralBodyIntersectionLines
);
[Java]
public bool getPersistPartialCentralBodyIntersectionLines();public void setPersistPartialCentralBodyIntersectionLines(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.