STK Vector Geometry ToolSend comments on this topic.
Position Property (IAgCrdnPointLocateInSystemWithRateResult)
See Also
Windows





Windows & Linux

Description

The point position in the specified coordinate system.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Position() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector Position {get;}
[Managed C++]
public: __property IAgCartesian3Vector ^ get_Position();
[Unmanaged C++]
public: HRESULT get_Position(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getPosition();
[Python - STK API ]
@property
def Position(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.