STK ObjectsSend comments on this topic.
KeepEmptyStrands Property (IAgChain)
See Also
Windows





Windows & Linux

Description

Allow strands with no access intervals to included in reports

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property KeepEmptyStrands() As Boolean
[C#]
public bool KeepEmptyStrands {get; set;}
[Managed C++]
public: __property bool get_KeepEmptyStrands();
public: __property void set_KeepEmptyStrands( bool );
[Unmanaged C++]
public: HRESULT get_KeepEmptyStrands(
    VARIANT_BOOL * pVal
);
public: HRESULT put_KeepEmptyStrands(
    VARIANT_BOOL KeepEmptyStrands
);
[Java]
public bool getKeepEmptyStrands();
public void setKeepEmptyStrands(
    bool
);
[Python - STK API ]
@property
def KeepEmptyStrands(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.