Share

HorizontalGeometryBandStyle.SchematicLineType Property

Gets the band horizontal line type at the schematic.



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

Syntax

C#

public SchematicLineOption SchematicLineType { get; set; }

VB

Public Property SchematicLineType As SchematicLineOption
	Get
	Set

C++

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

Property Value

SchematicLineOption

See Also

Reference

Was this information helpful?