Share

FillPattern.Name Property

The name of the fill pattern.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public string Name { get; set; }

Property Value

String

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

The name of solid fill patterns cannot be changed.

See Also

Reference

Was this information helpful?