OffsetAssemblyCollectionAdd Method |
Adds an OffsetAssembly with the specified name and offset.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic OffsetAssembly Add(
string offsetAssemblyName,
Vector2d offset
)
Public Function Add (
offsetAssemblyName As String,
offset As Vector2d
) As OffsetAssembly
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the offsetAssemblyName duplicated with an existing OffsetAssembly.
|
See Also