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





Windows & Linux

Description

Specify the position of the system's origin.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.