FillPatternIsSolidFill Property |
Check if the fill pattern is a solid fill pattern.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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