AGI STK VGT 11Send comments on this topic.
Create Method (IAgCrdnEventIntervalListFactory)
See Also
Name
Description
Type
Windows






Windows & Linux

Description

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

Syntax

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

Parameters

Name
Description
Type

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.