AGI STK Objects 11 Send comments on this topic.
IsRelay Property (IAgCnConstraints)
See Also 





Description

Whether cross parent access is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsRelay() As Boolean

[C#]
public bool IsRelay {get; set;}

[Managed C++]
public: __property bool get_IsRelay();
public: __property void set_IsRelay(
bool
);

[Unmanaged C++]
public: HRESULT get_IsRelay(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsRelay(
VARIANT_BOOL NewIsRelay
);

[Java]
public bool getIsRelay();public void setIsRelay(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1