Gets the band horizontal line type at the schematic.

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

Syntax

C#
public SchematicLineOption SchematicLineType { get; set; }
Visual Basic
Public Property SchematicLineType As SchematicLineOption
	Get
	Set
Visual C++
public:
property SchematicLineOption SchematicLineType {
	SchematicLineOption get ();
	void set (SchematicLineOption value);
}

See Also