STK AstrogatorSend comments on this topic.
InsertCopy Method (IAgVAConstraintCollection)
See Also
Cond
Windows





Windows & Linux

Description

Copies the constraint and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
    ByVal Cond As IAgVAAsTriggerCondition _
) As IAgVAAsTriggerCondition
[Managed C++]
public: IAgVAAsTriggerCondition^ InsertCopy(
    IAgVAAsTriggerCondition ^ Cond
);
[Unmanaged C++]
public: HRESULT InsertCopy(
    IAgVAAsTriggerCondition * Cond,
    IAgVAAsTriggerCondition ** ppRetVal
);
[Python - STK API ]
def InsertCopy(self, Cond:"IAgVAAsTriggerCondition") -> "IAgVAAsTriggerCondition":

Parameters

Cond

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.