Share

StylesRoot.SurveyNetworkStyles Property

Gets the collection of SurveyNetworkStyle objects in the database.



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

Syntax

C#

public SurveyNetworkStyleCollection SurveyNetworkStyles { get; }

VB

Public ReadOnly Property SurveyNetworkStyles As SurveyNetworkStyleCollection
	Get

C++

public:
property SurveyNetworkStyleCollection^ SurveyNetworkStyles {
	SurveyNetworkStyleCollection^ get ();
}

Property Value

SurveyNetworkStyleCollection

See Also

Reference

Was this information helpful?