BalusterPattern.RemoveBaluster Method

BalusterPatternRemoveBaluster Method

Removes a baluster from the main baluster pattern.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveBaluster(
	int index
)
Public Sub RemoveBaluster ( 
	index As Integer
)
public:
void RemoveBaluster(
	int index
)
member RemoveBaluster : 
        index : int -> unit 

Parameters

index  Int32
Baluster index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index index is out of range.
See Also