AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_ConstrainingRole(
AgECommSystemConstrainingRole NewConstrainingRole
);

[Java]
public AgECommSystemConstrainingRole getConstrainingRole();public void setConstrainingRole(
AgECommSystemConstrainingRole
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface