Adds with the option for a parent restriction and returns a new connection with the corresponding values. A Constellation or Subset must be one of the input objects.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgChConnection AddWithParentRestriction( IAgStkObject pFromObject, IAgStkObject pToObject, int minNumUses, int maxNumUses, AgEChParentPlatformRestriction ParentRestriction ); |
| [Managed C++] |
|---|
public: IAgChConnection^ AddWithParentRestriction( IAgStkObject ^ pFromObject, IAgStkObject ^ pToObject, int minNumUses, int maxNumUses, AgEChParentPlatformRestriction ParentRestriction ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgChConnection addWithParentRestriction( IAgStkObject pFromObject, IAgStkObject pToObject, Integer minNumUses, Integer maxNumUses, AgEChParentPlatformRestriction ParentRestriction ); |
[Python - STK API ] |
|---|
def AddWithParentRestriction(self, pFromObject:"IAgStkObject", pToObject:"IAgStkObject", minNumUses:int, maxNumUses:int, ParentRestriction:"AgEChParentPlatformRestriction") -> "IAgChConnection": |
- pFromObject
- pToObject
- minNumUses
- maxNumUses
- ParentRestriction






