SurveyNetworkStyles Property

Gets the collection of SurveyNetworkStyle objects in the database.

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

Syntax

C#

public SurveyNetworkStyleCollection SurveyNetworkStyles { get; }

Visual Basic

Public ReadOnly Property SurveyNetworkStyles As SurveyNetworkStyleCollection
	Get

Visual C++

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

See Also