Specify a source point.
Read-only property
[Visual Basic .NET] |
---|
Public Property SourcePoint() As IAgCrdnPointRefTo |
[C#] |
---|
public IAgCrdnPointRefTo SourcePoint {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPointRefTo ^ get_SourcePoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_SourcePoint( IAgCrdnPointRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPointRefTo getSourcePoint(); |
[Python - STK API ] |
---|
@property def SourcePoint(self) -> "IAgCrdnPointRefTo": |