AGI STK Objects 11 Send comments on this topic.
ExcludeHorizonArcs Property (IAgSnProjObjectAlt)
See Also 





Description

Specify whether to exclude horizon arcs.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExcludeHorizonArcs() As Boolean

[C#]
public bool ExcludeHorizonArcs {get; set;}

[Managed C++]
public: __property bool get_ExcludeHorizonArcs();
public: __property void set_ExcludeHorizonArcs(
bool
);

[Unmanaged C++]
public: HRESULT get_ExcludeHorizonArcs(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ExcludeHorizonArcs(
VARIANT_BOOL NewExcludeHorizonArcs
);

[Java]
public bool getExcludeHorizonArcs();public void setExcludeHorizonArcs(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1