A source point. Can be any VGT point.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SourcePoint() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint SourcePoint {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_SourcePoint(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getSourcePoint(); public void setSourcePoint( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def SourcePoint(self) -> "IAgCrdnPoint": @SourcePoint.setter def SourcePoint(self, SourcePoint:"IAgCrdnPoint") -> None: |





