STK UI PluginsSend comments on this topic.
RubberBandLineWidth Property (IAgUiPlugin3DNotifyContext)
See Also
Windows





Windows & Linux

Description

Rubber band line width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RubberBandLineWidth() As Double
[C#]
public double RubberBandLineWidth {get; set;}
[Managed C++]
public: __property double get_RubberBandLineWidth();
public: __property void set_RubberBandLineWidth( double );
[Unmanaged C++]
public: HRESULT get_RubberBandLineWidth(
    double * pRetVal
);
public: HRESULT put_RubberBandLineWidth(
    double LineWidth
);
[Java]
public double getRubberBandLineWidth();
public void setRubberBandLineWidth(
    double
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.