AGI STK Graphics 11 Send comments on this topic.
Width Property (IAgStkGraphicsPolylinePrimitive)
See Also 





Description

Gets or sets the line width, in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As Single

[C#]
public float Width {get; set;}

[Managed C++]
public: __property float get_Width();
public: __property void set_Width(
float
);

[Unmanaged C++]
public: HRESULT get_Width(
float * pRetVal
);
public: HRESULT put_Width(
float NewWidth
);

[Java]
public float getWidth();public void setWidth(
float
);

Remarks

The width is defined in pixels so even if the camera moves very close or very far from a polyline, the width of the line on the screen does not change.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1