STK AviatorSend comments on this topic.
AddAtIndex Method (IAgAvtrProcedureCollection)
See Also
Index
SiteType
ProcedureType
Windows





Windows & Linux

Description

Adds a procedure with the specified site at the given index.

Syntax

[Visual Basic .NET]
Public Function AddAtIndex( _
    ByVal Index As Integer, _
    ByVal SiteType As AgEAvtrSiteType, _
    ByVal ProcedureType As AgEAvtrProcedureType _
) As IAgAvtrProcedure
[Unmanaged C++]
public: HRESULT AddAtIndex(
    long Index,
    AgEAvtrSiteType SiteType,
    AgEAvtrProcedureType ProcedureType,
    IAgAvtrProcedure ** ppProcedure
);
[Python - STK API ]
def AddAtIndex(self, Index:int, SiteType:"AgEAvtrSiteType", ProcedureType:"AgEAvtrProcedureType") -> "IAgAvtrProcedure":

Parameters

Index
SiteType
ProcedureType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.