RebarCustomizingEventArgs Constructor
Creates a new instance of a RebarCustomizingEventArgs object.
[Visual Basic]
Public Sub New( _
ByVal
band As
RebarBand _
)
[C#]
public RebarCustomizingEventArgs(
RebarBand band);
Parameters
-
band
- The RebarBand to customize.
See Also
RebarCustomizingEventArgs Class | Skybound.Rebar Namespace