Share

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.280

Syntax

C#

public class SubassemblyGenerator

VB

Public Class SubassemblyGenerator

C++

public ref class SubassemblyGenerator

The SubassemblyGenerator type exposes the following members.

Constructors

 NameDescription
Public methodSubassemblyGenerator Constructor.

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.

See Also

Reference

Was this information helpful?