AddRange Method (WallRangesCollection)
In This Topic
Adds an array of WallRanges to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As WallRange _
)
public void AddRange(
WallRange[]
)
Parameters
- value
- The set of WallRanges to add to the collection.
See Also