Share

SurveyProject.ProjectName Property

Gets the survey project name



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

Syntax

C#

public string ProjectName { get; }

VB

Public ReadOnly Property ProjectName As String
	Get

C++

public:
property String^ ProjectName {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?