Specify a point type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PointType() As AgECrdnPointBPlaneType |
| [C#] |
|---|
public AgECrdnPointBPlaneType PointType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECrdnPointBPlaneType get_PointType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECrdnPointBPlaneType getPointType(); public void setPointType( AgECrdnPointBPlaneType ); |
| [Python - STK API] |
|---|
@property def PointType(self) -> "AgECrdnPointBPlaneType": @PointType.setter def PointType(self, PointType:"AgECrdnPointBPlaneType") -> None: |





