TinSurfacePasteSurface Method |
Pastes a surface into the current surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationPasteSurface PasteSurface(
ObjectId surfaceId
)
Public Function PasteSurface (
surfaceId As ObjectId
) As SurfaceOperationPasteSurface
public:
SurfaceOperationPasteSurface^ PasteSurface(
ObjectId surfaceId
)
Parameters
- surfaceId ObjectId
-
Return Value
SurfaceOperationPasteSurface
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The surfaceId is not a valid surface objectId.
- The pasted surface has nested (pasted) the current surface.
|
Remarks
This method can paste all kinds of surface, including TinSurface, GridSurface, TinVolumeSurface, GridVolumeSurface.
See Also