2027 Class
Changes 0
C

OverrideGraphicSettings

Description:
Settings to override display of elements in a view.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.OverrideGraphicSettings
public class OverrideGraphicSettings : IDisposable
Name Return Type Description Inherited From
C OverrideGraphicSettings() None Creates a new instance of an OverrideGraphicSettings object.
C OverrideGraphicSettings(OverrideGraphicSettings) None Creates a new instance of an OverrideGraphicSettings object based on an existing OverrideGraphicSettings object.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the OverrideGraphicSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetCutBackgroundPatternColor(Color) OverrideGraphicSettings Sets the override color of the background pattern of cut faces.
M SetCutBackgroundPatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the cut face background pattern override. The fill pattern must be a drafting pattern. A value of InvalidElementId means no override is set.
M SetCutBackgroundPatternVisible(Boolean) OverrideGraphicSettings Sets the visibility of the cut face background fill pattern.
M SetCutForegroundPatternColor(Color) OverrideGraphicSettings Sets the override color of the foreground pattern of cut faces.
M SetCutForegroundPatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the cut face foreground pattern override. The fill pattern must be a drafting pattern. A value of InvalidElementId means no override is set.
M SetCutForegroundPatternVisible(Boolean) OverrideGraphicSettings Sets the visibility of the cut face foreground fill pattern.
M SetCutLineColor(Color) OverrideGraphicSettings Sets the cut surface line color.
M SetCutLinePatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the cut surface line pattern.
M SetCutLineWeight(Int32) OverrideGraphicSettings Sets the cut surface line weight.
M SetDetailLevel(ViewDetailLevel) OverrideGraphicSettings Sets the detail level.
M SetHalftone(Boolean) OverrideGraphicSettings Sets the halftone value.
M SetProjectionLineColor(Color) OverrideGraphicSettings Sets the projection surface line color.
M SetProjectionLinePatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the projection surface line pattern.
M SetProjectionLineWeight(Int32) OverrideGraphicSettings Sets the projection surface line weight.
M SetSurfaceBackgroundPatternColor(Color) OverrideGraphicSettings Sets the override color of the surface background pattern.
M SetSurfaceBackgroundPatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the surface background pattern override. The fill pattern must be a drafting pattern. A value of InvalidElementId means no override is set.
M SetSurfaceBackgroundPatternVisible(Boolean) OverrideGraphicSettings Sets the visibility of the surface background fill pattern.
M SetSurfaceForegroundPatternColor(Color) OverrideGraphicSettings Sets the override color of the surface foreground pattern.
M SetSurfaceForegroundPatternId(ElementId) OverrideGraphicSettings Sets the ElementId of the surface foreground pattern override. The fill pattern must be a drafting pattern. A value of InvalidElementId means no override is set.
M SetSurfaceForegroundPatternVisible(Boolean) OverrideGraphicSettings Sets the visibility of the surface foreground fill pattern.
M SetSurfaceTransparency(Int32) OverrideGraphicSettings Sets the projection surface transparency.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P CutBackgroundPatternColor Color The override color of the background pattern of cut faces.
P CutBackgroundPatternId ElementId The ElementId of the cut face background fill pattern override. A value of InvalidElementId means no override is set.
P CutForegroundPatternColor Color The override color of the foreground pattern of cut faces.
P CutForegroundPatternId ElementId The ElementId of the cut face foreground fill pattern override. A value of InvalidElementId means no override is set.
P CutLineColor Color Cut surface line color.
P CutLinePatternId ElementId ElementId of the cut surface line pattern.
P CutLineWeight int Cut surface line weight.
P DetailLevel ViewDetailLevel The detail level.
P Halftone bool Value of the halftone override.
P InvalidPenNumber int The invalidPenNumber for clearing line weight overrides.
P IsCutBackgroundPatternVisible bool The visibility of the cut face background fill pattern.
P IsCutForegroundPatternVisible bool The visibility of the cut face foreground fill pattern.
P IsSurfaceBackgroundPatternVisible bool The visibility of the surface background fill pattern.
P IsSurfaceForegroundPatternVisible bool The visibility of the surface foreground fill pattern.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P ProjectionLineColor Color Projection surface line color.
P ProjectionLinePatternId ElementId Id of the projection surface line pattern.
P ProjectionLineWeight int The projection surface line weight.
P SurfaceBackgroundPatternColor Color The override color of the surface background pattern.
P SurfaceBackgroundPatternId ElementId The ElementId of the surface background fill pattern override. A value of InvalidElementId means no override is set.
P SurfaceForegroundPatternColor Color The override color of the surface foreground pattern.
P SurfaceForegroundPatternId ElementId The ElementId of the surface foreground fill pattern override. A value of InvalidElementId means no override is set.
P Transparency int Transparency of surfaces.