Choice of osculating or mean elements.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ElementType() As AgEVAElement |
| [C#] |
|---|
public AgEVAElement ElementType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAElement get_ElementType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAElement getElementType(); public void setElementType( AgEVAElement ); |
[Python - STK API ] |
|---|
@property def ElementType(self) -> "AgEVAElement": @ElementType.setter def ElementType(self, InVal:"AgEVAElement") -> None: |






