AGI Common Entity Library 11 Send 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 AgEntityPositionCollection

[C#]
public AgEntityPositionCollection Positions {get; set;}

[Managed C++]
public: __property AgEntityPositionCollection get_Positions();
public: __property void set_Positions(
AgEntityPositionCollection
);

[Unmanaged C++]
public: HRESULT get_Positions(
AgEntityPositionCollection * pRetVal
);
public: HRESULT put_Positions(
AgEntityPositionCollection NewPositions
);

[Java]
public AgEntityPositionCollection getPositions();public void setPositions(
AgEntityPositionCollection
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface