OverrideGraphicSettings Members


The OverrideGraphicSettings type exposes the following members.

Constructors

Name Description
Public method OverrideGraphicSettings
Creates a new instance of an OverrideGraphicSettings object.
Public method OverrideGraphicSettings(OverrideGraphicSettings)
Creates a new instance of an OverrideGraphicSettings object based on an existing OverrideGraphicSettings object.

Methods

Name Description
Public method Dispose
Releases all resources used by the OverrideGraphicSettings
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method SetCutFillColor
Sets the cut surface fill color.
Public method SetCutFillPatternId
Sets the ElementId of the cut surface fill pattern.
Public method SetCutFillPatternVisible
Sets the visibility of the cut surface fill pattern.
Public method SetCutLineColor
Sets the cut surface line color.
Public method SetCutLinePatternId
Sets the ElementId of the cut surface line pattern.
Public method SetCutLineWeight
Sets the cut surface line weight.
Public method SetDetailLevel
Sets the detail level.
Public method SetHalftone
Sets the halftone value.
Public method SetProjectionFillColor
Sets the projection surface fill color.
Public method SetProjectionFillPatternId
Sets the projection surface fill pattern.
Public method SetProjectionFillPatternVisible
Sets the visibility of the projection surface fill pattern.
Public method SetProjectionLineColor
Sets the projection surface line color.
Public method SetProjectionLinePatternId
Sets the ElementId of the projection surface line pattern.
Public method SetProjectionLineWeight
Sets the projection surface line weight.
Public method SetSurfaceTransparency
Sets the projection surface transparency.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property CutFillColor
Cut surface fill color.
Public property CutFillPatternId
ElementId of the cut surface fill pattern.
Public property CutLineColor
Cut surface line color.
Public property CutLinePatternId
ElementId of the cut surface line pattern.
Public property CutLineWeight
Cut surface line weight.
Public property DetailLevel
The Detail Level.
Public property Halftone
Value of the halftone override.
Public property Static member InvalidPenNumber
The invalidPenNumber for clearing line wieght overrides.
Public property IsCutFillPatternVisible
Visibility of the cut surface fill pattern.
Public property IsProjectionFillPatternVisible
The visibility of the projection surface fill pattern.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property ProjectionFillColor
Projection surface fill color.
Public property ProjectionFillPatternId
ElementId of the projection surface fill pattern.
Public property ProjectionLineColor
Projection surface line color.
Public property ProjectionLinePatternId
Id of the projection surface line pattern.
Public property ProjectionLineWeight
The projection surface line weight.
Public property Transparency
Transparency of surfaces.

See Also