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





Windows & Linux

Description

Creates and registers an event using specified name, description, and type.

Syntax

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

Parameters

Name
Description
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.