SubassemblyGenerator Class

Controls the way Subassembly geometry is generated.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSubassemblyGenerator

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SubassemblyGenerator

The SubassemblyGenerator type exposes the following members.

Constructors
 NameDescription
Public methodSubassemblyGenerator Constructor.
Top
Properties
 NameDescription
Public propertyGeometryGenerateMode Gets or sets the way the Subassembly geometry is generated.
Public propertyMacroOrClassName Gets or sets the macro or class name. This is the class name when GeometryGenerateMode is UseDotNet.
Public propertyProjectOrAssemblyName Gets or sets the project or assembly name. This is the assembly name when GeometryGenerateMode is UseDotNet.
Top
See Also