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++] |
---|
public: HRESULT get_ElementType( AgEVAElement * pVal ); public: HRESULT put_ElementType( AgEVAElement InVal ); |
[Java] |
---|
public AgEVAElement getElementType(); public void setElementType( AgEVAElement ); |
[Python - STK API ] |
---|
@property def ElementType(self) -> "AgEVAElement": @ElementType.setter def ElementType(self, InVal:"AgEVAElement") -> None: |