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






Windows & Linux

Description

Constrain accesses for constellation objects when used in a chain by parent relationships when in the 'from' access position.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FromParentConstraint() As AgECnFromToParentConstraint

[C#]
public AgECnFromToParentConstraint FromParentConstraint {get; set;}

[Managed C++]
public: __property AgECnFromToParentConstraint get_FromParentConstraint();
public: __property void set_FromParentConstraint(
AgECnFromToParentConstraint
);

[Unmanaged C++]
public: HRESULT get_FromParentConstraint(
AgECnFromToParentConstraint * pRetVal
);
public: HRESULT put_FromParentConstraint(
AgECnFromToParentConstraint NewFromParentConstraint
);

[Java]
public AgECnFromToParentConstraint getFromParentConstraint();public void setFromParentConstraint(
AgECnFromToParentConstraint
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface