Share

QTOMaterialGap Class

This class defines QTO material gap.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesQTOMaterialGap


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

Syntax

C#

public sealed class QTOMaterialGap : IDisposable

VB

Public NotInheritable Class QTOMaterialGap
	Implements IDisposable

C++

public ref class QTOMaterialGap sealed : IDisposable

The QTOMaterialGap type exposes the following members.

Properties

 NameDescription
Public propertyApplied Gets or sets the material gap applied or not.
Public propertyDescription Gets the description of the material gap.
Public propertyEndStation Gets the end station of the material gap.
Public propertyRunInDistance Gets or sets the run in distance of the material gap.
Public propertyRunOutDistance Gets or sets the run out distance of the material gap.
Public propertyStartStation Gets the start station of the material gap.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the QTOMaterialGap

See Also

Reference

Was this information helpful?