AlignmentCopyToSite(ObjectId) Method |
Copies the Alignment to another specified Site. Specifying ObjectId.Null 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void CopyToSite(
ObjectId siteId
)
Public Sub CopyToSite (
siteId As ObjectId
)
public:
void CopyToSite(
ObjectId siteId
)
Parameters
- siteId ObjectId
- The destination site ObjectId.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the Site ObjectId is invalid.
|
See Also