STK Vector Geometry ToolSend comments on this topic.
CreateParameterSetTrajectory Method (IAgCrdnParameterSetFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Creates a parameter set defined by identifying location in reference coordinate system.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.