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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.