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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.