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