Adds an OffsetAssembly with the specified name and offset.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public OffsetAssembly Add( string offsetAssemblyName, Vector2d offset )
VB
Public Function Add ( offsetAssemblyName As String, offset As Vector2d ) As OffsetAssembly
C++
public: OffsetAssembly^ Add( String^ offsetAssemblyName, Vector2d offset )
Parameters
- offsetAssemblyName String
- Specifies the name of OffsetAssembly.
- offset Vector2d
- Specifies the offset from main Assembly.
Return Value
OffsetAssemblyExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the offsetAssemblyName duplicated with an existing OffsetAssembly. |