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






Windows & Linux

Description

This property is deprecated. Use the ToParentConstraint property.

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 * pVal
);
public: HRESULT put_IsRelay(
    VARIANT_BOOL IsRelay
);
[Java]
public bool getIsRelay();
public void setIsRelay(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.