OverrideGraphicSettingsSetProjectionLineWeight Method |
Sets the projection surface line weight.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic OverrideGraphicSettings SetProjectionLineWeight(
int lineWeight
)
Public Function SetProjectionLineWeight (
lineWeight As Integer
) As OverrideGraphicSettings
public:
OverrideGraphicSettings^ SetProjectionLineWeight(
int lineWeight
)
member SetProjectionLineWeight :
lineWeight : int -> OverrideGraphicSettings
Parameters
- lineWeight Int32
-
Value of the projection surface line weight for the override. InvalidPenNumber means no override is set.
Return Value
OverrideGraphicSettings
Reference to the changed object.
ExceptionsException | Condition |
---|
ArgumentException |
Line weight must be a positive integer less than 17 or invalidPenNumber.
|
See Also