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