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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ToParentConstraint() As AgECnFromToParentConstraint
[C#]
public AgECnFromToParentConstraint ToParentConstraint {get; set;}
[Managed C++]
public: __property AgECnFromToParentConstraint get_ToParentConstraint();
public: __property void set_ToParentConstraint(
   AgECnFromToParentConstraint
);
[Unmanaged C++]
public: HRESULT get_ToParentConstraint(
   AgECnFromToParentConstraint * pRetVal
);
public: HRESULT put_ToParentConstraint(
   AgECnFromToParentConstraint NewToParentConstraint
);
[Java]
public AgECnFromToParentConstraint getToParentConstraint();public void setToParentConstraint(
   AgECnFromToParentConstraint
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.