StylesRootSampleLineStyles Property |
Gets the collection of all sample line styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SampleLineStyleCollection SampleLineStyles { get; }
Public ReadOnly Property SampleLineStyles As SampleLineStyleCollection
Get
public:
property SampleLineStyleCollection^ SampleLineStyles {
SampleLineStyleCollection^ get ();
}
Property Value
SampleLineStyleCollection
See Also