An origin point.
Read-write property
[Visual Basic .NET] |
---|
Public Property OriginPoint() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint OriginPoint {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint ^ get_OriginPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_OriginPoint( IAgCrdnPoint ** ppRetVal ); public: HRESULT put_OriginPoint( IAgCrdnPoint OriginPoint ); |
[Java] |
---|
public IAgCrdnPoint getOriginPoint(); public void setOriginPoint( IAgCrdnPoint ); |
[Python - STK API ] |
---|
@property def OriginPoint(self) -> "IAgCrdnPoint": @OriginPoint.setter def OriginPoint(self, OriginPoint:"IAgCrdnPoint") -> None: |