AGI STK Objects 11Send comments on this topic.
ExcludeHorizonArcs Property (IAgSnProjObjectAlt)
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 * pVal
);
public: HRESULT put_ExcludeHorizonArcs(
    VARIANT_BOOL bVal
);
[Java]
public bool getExcludeHorizonArcs();
public void setExcludeHorizonArcs(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.