STK Vector Geometry ToolSend comments on this topic.
CreateEventArrayFixedTimes Method (IAgCrdnEventArrayFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Create an event array using specified times.

Syntax

[Visual Basic .NET]
Public Function CreateEventArrayFixedTimes( _
    ByVal Name As String, _
    ByVal Description As String _
) As IAgCrdnEventArray
[C#]
public IAgCrdnEventArray CreateEventArrayFixedTimes(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnEventArray^ CreateEventArrayFixedTimes(
    String __gc ^ Name,
    String __gc ^ Description
);
[Unmanaged C++]
public: HRESULT CreateEventArrayFixedTimes(
    BSTR Name,
    BSTR Description,
    IAgCrdnEventArray ** ppRetVal
);
[Java]
public IAgCrdnEventArray createEventArrayFixedTimes(
    String Name,
    String Description
);
[Python - STK API ]
def CreateEventArrayFixedTimes(self, Name:str, Description:str) -> "IAgCrdnEventArray":

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.