CopyToSite Method (String)

Copies the Alignment to a specified Site. Specifying "" to move it to siteless. Calling this method copies all children profiles, profile views and sample line group with this alignment as well.

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

Syntax

C#

public void CopyToSite(
	string siteName
)

Visual Basic

Public Sub CopyToSite ( _
	siteName As String _
)

Visual C++

public:
void CopyToSite(
	String^ siteName
)

Parameters

siteName
Type: System.String
The destination site name.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the Site name is invalid.

See Also