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





Description

The line representing the entity's movement over time.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1