Encapsulates the parameters that are necessary to export solids from a corridor.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public class ExportCorridorSolidsParams
Visual Basic
Public Class ExportCorridorSolidsParams
Visual C++
public ref class ExportCorridorSolidsParams

Remarks

One shape or link will be exported or not depends on: 1.) all codes in IncludedCodes could be found in its codes collection. 2.) all codes in ExcludedCodes couldn't be found in its codes collection. 3.) if one code is found in both IncludedCodes and ExcludedCodes, the shape or link includes that code won't be exported.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..ExportCorridorSolidsParams

See Also