AGI STK VGT 11Send comments on this topic.
CreateParameterSetVector Method (IAgCrdnParameterSetFactory)
See Also
Name
Description
Windows






Windows & Linux

Description

Creates a parameter set defined by identifying vector in reference axes.

Syntax

[Visual Basic .NET]
Public Function CreateParameterSetVector( _
    ByVal Name As String, _
    ByVal Description As String _
) As 
[C#]
public IAgCrdnParameterSet CreateParameterSetVector(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnParameterSet^ CreateParameterSetVector(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnParameterSet createParameterSetVector(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateParameterSetVector(
    BSTR Name,
    BSTR Description,
    IAgCrdnParameterSet ** ppRetVal
);

Parameters

Name
Description

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.