Get the velocity ellipsoid attributes type.
Read-only property
[Visual Basic .NET] |
---|
Public Property AttributesType() As AgEVeVOAttributes |
[C#] |
---|
public AgEVeVOAttributes AttributesType {get;} |
[Managed C++] |
---|
public: __property AgEVeVOAttributes get_AttributesType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttributesType( AgEVeVOAttributes * pVal ); |
[Java] |
---|
public AgEVeVOAttributes getAttributesType(); |
[Python - STK API ] |
---|
@property def AttributesType(self) -> "AgEVeVOAttributes": |