StylesRootLinkStyles Property |
Gets the collection of LinkStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic LinkStyleCollection LinkStyles { get; }
Public ReadOnly Property LinkStyles As LinkStyleCollection
Get
public:
property LinkStyleCollection^ LinkStyles {
LinkStyleCollection^ get ();
}
Property Value
LinkStyleCollection
See Also