Share

CivilApplication.SurveyProjects Property

Gets the survey projects list information



Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public static SurveyProjectCollection SurveyProjects { get; }

VB

Public Shared ReadOnly Property SurveyProjects As SurveyProjectCollection
	Get

C++

public:
static property SurveyProjectCollection^ SurveyProjects {
	SurveyProjectCollection^ get ();
}

Property Value

SurveyProjectCollection

See Also

Reference

Was this information helpful?