Specify the location of points on the coverage grid.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PointLocationMethod() As AgECvPointLocMethod |
| [C#] |
|---|
public AgECvPointLocMethod PointLocationMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgECvPointLocMethod get_PointLocationMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECvPointLocMethod getPointLocationMethod(); public void setPointLocationMethod( AgECvPointLocMethod ); |
[Python - STK API ] |
|---|
@property def PointLocationMethod(self) -> "AgECvPointLocMethod": @PointLocationMethod.setter def PointLocationMethod(self, PointLocMethod:"AgECvPointLocMethod") -> None: |






