STK Common Entity LibrarySend 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 ** ppGraphics
);
public: HRESULT put_Line(
    IAgLineGraphics Graphics
);
[Java]
public IAgLineGraphics getLine();
public void setLine(
    IAgLineGraphics
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.