Share

StylesRoot.LinkStyles Property

Gets the collection of LinkStyle objects in the database.



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

Syntax

C#

public LinkStyleCollection LinkStyles { get; }

VB

Public ReadOnly Property LinkStyles As LinkStyleCollection
	Get

C++

public:
property LinkStyleCollection^ LinkStyles {
	LinkStyleCollection^ get ();
}

Property Value

LinkStyleCollection

See Also

Reference

Was this information helpful?