Gets or sets the element (altitude or radius) used to specify size.
Read-write property
[Visual Basic .NET] |
---|
Public Property SizeType() As AgEGeodeticSize |
[C#] |
---|
public AgEGeodeticSize SizeType {get; set;} |
[Managed C++] |
---|
public: __property AgEGeodeticSize get_SizeType(); |
[Unmanaged C++] |
---|
public: HRESULT get_SizeType( AgEGeodeticSize * pVal ); public: HRESULT put_SizeType( AgEGeodeticSize vSize ); |
[Java] |
---|
public AgEGeodeticSize getSizeType(); public void setSizeType( AgEGeodeticSize ); |
[Python - STK API ] |
---|
@property def SizeType(self) -> "AgEGeodeticSize": @SizeType.setter def SizeType(self, vSize:"AgEGeodeticSize") -> None: |