Share

SlopePatternLine.LineWeight Property

Specifies the lineweight for the component.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public LineWeight LineWeight { get; set; }

VB

Public Property LineWeight As LineWeight
	Get
	Set

C++

public:
property LineWeight LineWeight {
	LineWeight get ();
	void set (LineWeight value);
}

Property Value

LineWeight

See Also

Reference

Was this information helpful?