STK Vector Geometry ToolSend comments on this topic.
OriginPoint Property (IAgCrdnVectorDispSurface)
See Also
Windows





Windows & Linux

Description

An origin point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OriginPoint() As IAgCrdnPoint
[C#]
public IAgCrdnPoint OriginPoint {get; set;}
[Managed C++]
public: __property IAgCrdnPoint ^ get_OriginPoint();
public: __property void set_OriginPoint( IAgCrdnPoint );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.