OffsetAssemblyName Property

Gets or sets the name of OffsetAssembly.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string Name { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to a name which is duplicated with an existing OffsetAssembly or main Assembly.
See Also