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





Windows & Linux

Description

Create and register an event array using specified name, description, and type.

Syntax

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

Parameters

Name
Description
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.