Type of bounds used to define the coverage region.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundsType() As AgECvBounds |
[C#] |
---|
public AgECvBounds BoundsType {get; set;} |
[Managed C++] |
---|
public: __property AgECvBounds get_BoundsType(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundsType( AgECvBounds * pVal ); public: HRESULT put_BoundsType( AgECvBounds Bounds ); |
[Java] |
---|
public AgECvBounds getBoundsType(); public void setBoundsType( AgECvBounds ); |
[Python - STK API ] |
---|
@property def BoundsType(self) -> "AgECvBounds": @BoundsType.setter def BoundsType(self, Bounds:"AgECvBounds") -> None: |