PostPattern.EndPost Property

PostPatternEndPost Property

Accesses the object containing properties related to the end post.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BalusterInfo EndPost { get; }
Public ReadOnly Property EndPost As BalusterInfo
	Get
public:
property BalusterInfo^ EndPost {
	BalusterInfo^ get ();
}
member EndPost : BalusterInfo with get

Property Value

BalusterInfo
See Also