STK ObjectsSend 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 * pVal
);
public: HRESULT put_FromParentConstraint(
    AgECnFromToParentConstraint pVal
);
[Java]
public AgECnFromToParentConstraint getFromParentConstraint();
public void setFromParentConstraint(
    AgECnFromToParentConstraint
);
[Python - STK API ]
@property
def FromParentConstraint(self) -> "AgECnFromToParentConstraint":

@FromParentConstraint.setter
def FromParentConstraint(self, pVal:"AgECnFromToParentConstraint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.