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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1