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






Windows & Linux

Description

Gets or sets the constraining role.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstrainingRole() As AgECommSystemConstrainingRole
[C#]
public AgECommSystemConstrainingRole ConstrainingRole {get; set;}
[Managed C++]
public: __property AgECommSystemConstrainingRole get_ConstrainingRole();
public: __property void set_ConstrainingRole( AgECommSystemConstrainingRole );
[Unmanaged C++]
public: HRESULT get_ConstrainingRole(
    AgECommSystemConstrainingRole * pVal
);
public: HRESULT put_ConstrainingRole(
    AgECommSystemConstrainingRole val
);
[Java]
public AgECommSystemConstrainingRole getConstrainingRole();
public void setConstrainingRole(
    AgECommSystemConstrainingRole
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.