OverrideGraphicSettings Members

The OverrideGraphicSettings type exposes the following members.

Constructors

  NameDescription
Public methodOverrideGraphicSettings()()()()
Creates a new instance of an OverrideGraphicSettings object.
Public methodOverrideGraphicSettings(OverrideGraphicSettings)
Creates a new instance of an OverrideGraphicSettings object based on an existing OverrideGraphicSettings object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the OverrideGraphicSettings
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCutFillColor
Sets the cut surface fill color.
Public methodSetCutFillPatternId
Sets the ElementId of the cut surface fill pattern.
Public methodSetCutFillPatternVisible
Sets the visibility of the cut surface fill pattern.
Public methodSetCutLineColor
Sets the cut surface line color.
Public methodSetCutLinePatternId
Sets the ElementId of the cut surface line pattern.
Public methodSetCutLineWeight
Sets the cut surface line weight.
Public methodSetDetailLevel
Sets the detail level.
Public methodSetHalftone
Sets the halftone value.
Public methodSetProjectionFillColor
Sets the projection surface fill color.
Public methodSetProjectionFillPatternId
Sets the projection surface fill pattern.
Public methodSetProjectionFillPatternVisible
Sets the visibility of the projection surface fill pattern.
Public methodSetProjectionLineColor
Sets the projection surface line color.
Public methodSetProjectionLinePatternId
Sets the ElementId of the projection surface line pattern.
Public methodSetProjectionLineWeight
Sets the projection surface line weight.
Public methodSetSurfaceTransparency
Sets the projection surface transparency.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCutFillColor
Cut surface fill color.
Public propertyCutFillPatternId
ElementId of the cut surface fill pattern.
Public propertyCutLineColor
Cut surface line color.
Public propertyCutLinePatternId
ElementId of the cut surface line pattern.
Public propertyCutLineWeight
Cut surface line weight.
Public propertyDetailLevel
The Detail Level.
Public propertyHalftone
Value of the halftone override.
Public propertyStatic memberInvalidPenNumber
The invalidPenNumber for clearing line wieght overrides.
Public propertyIsCutFillPatternVisible
Visibility of the cut surface fill pattern.
Public propertyIsProjectionFillPatternVisible
The visibility of the projection surface fill pattern.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyProjectionFillColor
Projection surface fill color.
Public propertyProjectionFillPatternId
ElementId of the projection surface fill pattern.
Public propertyProjectionLineColor
Projection surface line color.
Public propertyProjectionLinePatternId
Id of the projection surface line pattern.
Public propertyProjectionLineWeight
The projection surface line weight.
Public propertyTransparency
Transparency of surfaces.

See Also