AGI Ui Plugins 11 Send comments on this topic.
RubberBandLineWidth Property (IAgUiPlugin3DNotifyContext)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1