SampleLineStyles Property

Gets the collection of all sample line styles in the database.

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

Syntax

C#

public SampleLineStyleCollection SampleLineStyles { get; }

Visual Basic

Public ReadOnly Property SampleLineStyles As SampleLineStyleCollection
	Get

Visual C++

public:
property SampleLineStyleCollection^ SampleLineStyles {
	SampleLineStyleCollection^ get ();
}

See Also