STK AstrogatorSend comments on this topic.
SetElementType Method (IAgVAMCSInitialState)
See Also
ElementType
Windows





Windows & Linux

Description

Selects an coordinate type.

Syntax

[Visual Basic .NET]
Public Sub SetElementType( _
    ByVal ElementType As AgEVAElementType _
)
[C#]
public void SetElementType(
    AgEVAElementType ElementType
);
[Managed C++]
public: void SetElementType(
    AgEVAElementType ElementType
);
[Unmanaged C++]
public: HRESULT SetElementType(
    AgEVAElementType ElementType
);
[Java]
public void setElementType(
    AgEVAElementType ElementType
);
[Python - STK API ]
def SetElementType(self, ElementType:"AgEVAElementType") -> None:

Parameters

ElementType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.