AGI STK Objects 11 Send comments on this topic.
Background Property (IAgAccessCnstrBackground)
See Also 





Description

Background for the access constraint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Background() As AgECnstrBackground

[C#]
public AgECnstrBackground Background {get; set;}

[Managed C++]
public: __property AgECnstrBackground get_Background();
public: __property void set_Background(
AgECnstrBackground
);

[Unmanaged C++]
public: HRESULT get_Background(
AgECnstrBackground * pRetVal
);
public: HRESULT put_Background(
AgECnstrBackground NewBackground
);

[Java]
public AgECnstrBackground getBackground();public void setBackground(
AgECnstrBackground
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1