AGI STK Objects 11Send comments on this topic.
Position Property (IAgFacility)
See Also
Windows






Windows & Linux

Description

Get the position of the facility.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Position() As IAgPosition
[C#]
public IAgPosition Position {get;}
[Managed C++]
public: __property IAgPosition ^ get_Position();
[Unmanaged C++]
public: HRESULT get_Position(
    IAgPosition ** ppPosition
);
[Java]
public IAgPosition getPosition();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.