AGI Ui Plugins 11 Send 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 NewRubberBandLineWidth
);

[Java]
public double getRubberBandLineWidth();public void setRubberBandLineWidth(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface