AlignmentCopyToSite(String) Method |
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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntaxpublic void CopyToSite(
string siteName
)
Public Sub CopyToSite (
siteName As String
)
public:
void CopyToSite(
String^ siteName
)
Parameters
- siteName String
- The destination site name.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the Site name is invalid.
|
See Also