STK Vector Geometry ToolSend comments on this topic.
FixedPoint Property (IAgCrdnPointFixedInSystem)
See Also
Windows





Windows & Linux

Description

Specify the point's position. The position is relative with respect to the specified reference system.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.