STK Common Entity LibrarySend comments on this topic.
Positions Property (IAgPolylineEntity)
See Also
Windows





Windows & Linux

Description

The list of points that define the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Positions() As IAgEntityPositionCollection
[C#]
public IAgEntityPositionCollection Positions {get; set;}
[Managed C++]
public: __property IAgEntityPositionCollection ^ get_Positions();
public: __property void set_Positions( IAgEntityPositionCollection );
[Unmanaged C++]
public: HRESULT get_Positions(
    IAgEntityPositionCollection ** ppPositions
);
public: HRESULT put_Positions(
    IAgEntityPositionCollection Positions
);
[Java]
public IAgEntityPositionCollection getPositions();
public void setPositions(
    IAgEntityPositionCollection
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.