AGI Common Entity Library 11 Send comments on this topic.
Line Property (IAgPolylineEntity)
See Also 
Windows






Windows & Linux

Description

The line representing the polygon formed by the entity positions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Line() As IAgLineGraphics

[C#]
public IAgLineGraphics Line {get; set;}

[Managed C++]
public: __property IAgLineGraphics^ get_Line();
public: __property void set_Line(
IAgLineGraphics ^
);

[Unmanaged C++]
public: HRESULT get_Line(
IAgLineGraphics ** ppRetVal
);
public: HRESULT put_Line(
IAgLineGraphics * pNewLine
);

[Java]
public IAgLineGraphics getLine();public void setLine(
IAgLineGraphics
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface