Destination point.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property DestinationPoint() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint DestinationPoint {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_DestinationPoint(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getDestinationPoint(); public void setDestinationPoint( IAgCrdnPoint ); |
[Python - STK API ] |
|---|
@property def DestinationPoint(self) -> "IAgCrdnPoint": @DestinationPoint.setter def DestinationPoint(self, DestinationPoint:"IAgCrdnPoint") -> None: |






