STK AstrogatorSend comments on this topic.
ElementType Property (IAgVAStateCalcLonOfAscNode)
See Also
Windows





Windows & Linux

Description

The element type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElementType() As AgEVACalcObjectElem
[C#]
public AgEVACalcObjectElem ElementType {get; set;}
[Managed C++]
public: __property AgEVACalcObjectElem get_ElementType();
public: __property void set_ElementType( AgEVACalcObjectElem );
[Unmanaged C++]
public: HRESULT get_ElementType(
    AgEVACalcObjectElem * pVal
);
public: HRESULT put_ElementType(
    AgEVACalcObjectElem InVal
);
[Java]
public AgEVACalcObjectElem getElementType();
public void setElementType(
    AgEVACalcObjectElem
);
[Python - STK API ]
@property
def ElementType(self) -> "AgEVACalcObjectElem":

@ElementType.setter
def ElementType(self, InVal:"AgEVACalcObjectElem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.