STK Common Entity LibrarySend comments on this topic.
Position Property (IAgPointEntity)
See Also
Windows





Windows & Linux

Description

The position of the entity.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.