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] |
---|
Public Function AddWithParentRestriction( _ ByVal pFromObject As IAgStkObject, _ ByVal pToObject As IAgStkObject, _ ByVal minNumUses As Integer, _ ByVal maxNumUses As Integer, _ ByVal ParentRestriction As AgEChParentPlatformRestriction _ ) As IAgChConnection |
[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++] |
---|
public: HRESULT AddWithParentRestriction( IAgStkObject * pFromObject, IAgStkObject * pToObject, int minNumUses, int maxNumUses, AgEChParentPlatformRestriction ParentRestriction, IAgChConnection ** ppRetVal ); |
[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