STK ObjectsSend comments on this topic.
AllowForwardCrosslink Property (IAgFmDefSystemResponseTime)
See Also
Windows





Windows & Linux

Description

Determines if a single cross-link between assets is allowed to be used to minimize the response time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowForwardCrosslink() As Boolean
[C#]
public bool AllowForwardCrosslink {get; set;}
[Managed C++]
public: __property bool get_AllowForwardCrosslink();
public: __property void set_AllowForwardCrosslink( bool );
[Unmanaged C++]
public: HRESULT get_AllowForwardCrosslink(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowForwardCrosslink(
    VARIANT_BOOL InVal
);
[Java]
public bool getAllowForwardCrosslink();
public void setAllowForwardCrosslink(
    bool
);
[Python - STK API ]
@property
def AllowForwardCrosslink(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.