STK ObjectsSend 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
);
[Python - STK API ]
@property
def ExcludeHorizonArcs(self) -> bool:

@ExcludeHorizonArcs.setter
def ExcludeHorizonArcs(self, bVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.