2023 Members
Changes 4
M

FillPattern

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the FillPattern
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M ExpandDots() bool Corrects pattern dots to make them be drawn properly for Revit.
M GetFillGrid(Int32) The fill grid. Gets the specified fill grid.
M GetFillGrids() The fill grids. Gets all fill grids in this fill pattern
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsEqual(FillPattern) bool Check if the contents and the name of the fill pattern is the same as the name and contents of this fill pattern.
M SetFillGrid(Int32, FillGrid) None Sets the fill grid.
M SetFillGrids(IList<FillGrid>) None Set the fill grids in this fill pattern.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P GridCount int Gets the count of the fill grids in this fill pattern.
P HostOrientation FillPatternHostOrientation Orientation to host layer.
P IsSolidFill bool Check if the fill pattern is a solid fill pattern.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LengthPerArea double Gets length of all lines that placed on unit area.
P LinesPerLength double Gets the number of solid lines that placed in unit length.
P Name string The name of the fill pattern.
P StrokesPerArea double Gets the number of strokes that placed on unit area.
P Target FillPatternTarget Target of this fill pattern applied to.