STK UtilSend comments on this topic.
NewCartesian3Vector Method (IAgConversionUtility)
See Also
Windows





Windows & Linux

Description

Creates a cartesian vector.

Syntax

[Visual Basic .NET]
Public Function NewCartesian3Vector() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector NewCartesian3Vector();
[Managed C++]
public: IAgCartesian3Vector ^ NewCartesian3Vector();
[Unmanaged C++]
public: HRESULT NewCartesian3Vector(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector newCartesian3Vector();
[Python - STK API ]
def NewCartesian3Vector(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.