SiteCreate Method

Creates a new site.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId Create(
	CivilDocument document,
	string siteName
)

Parameters

document  CivilDocument
Document object in which the site is created.
siteName  String
Name of the new site.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the the siteName is used by a existing site.
See Also