BalusterPatternGetBaluster Method

Gets information about the given 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 BalusterInfo GetBaluster(
	int index
)

Parameters

index  Int32
The baluster index.

Return Value

BalusterInfo
The requested baluster or if index is out of range.
See Also