OffsetAssemblyCollectionAdd Method

Adds an OffsetAssembly with the specified name and offset.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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

OffsetAssembly
Exceptions
ExceptionCondition
ArgumentException Thrown when the offsetAssemblyName duplicated with an existing OffsetAssembly.
See Also