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





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Create( _
    ByVal Name As String, _
    ByVal Description As String, _
    ByVal Type As AgECrdnEventIntervalCollectionType _
) As IAgCrdnEventIntervalCollection
[Managed C++]
public: IAgCrdnEventIntervalCollection^ Create(
    String __gc ^ Name,
    String __gc ^ Description,
    AgECrdnEventIntervalCollectionType Type
);
[Unmanaged C++]
public: HRESULT Create(
    BSTR Name,
    BSTR Description,
    AgECrdnEventIntervalCollectionType Type,
    IAgCrdnEventIntervalCollection ** ppRetVal
);

Parameters

Name
Description
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.