Share

Alignment.CopyToSite(String) Method

Copies the Alignment to another specified Site. Specifying "" to copy 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.8.0.280

Syntax

C#

public void CopyToSite(
	string siteName
)

VB

Public Sub CopyToSite ( 
	siteName As String
)

C++

public:
void CopyToSite(
	String^ siteName
)

Parameters

siteName  String
The destination site name.

Exceptions

ExceptionCondition
ArgumentException Thrown when the Site name is invalid.

See Also

Reference

Was this information helpful?