FillPattern.IsSolidFill Property

FillPatternIsSolidFill Property

Check if the fill pattern is a solid fill pattern.

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

Property Value

Boolean
See Also