STK Common Entity LibrarySend comments on this topic.
Width Property (IAgLineGraphics)
See Also
Windows





Windows & Linux

Description

The width of the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As Double
[C#]
public double Width {get; set;}
[Managed C++]
public: __property double get_Width();
public: __property void set_Width( double );
[Unmanaged C++]
public: HRESULT get_Width(
    double * pWidth
);
public: HRESULT put_Width(
    double Width
);
[Java]
public double getWidth();
public void setWidth(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.