QTOMaterialItem Class

This class defines material data used to define material of sample line group.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesQTOMaterialItem

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

The QTOMaterialItem type exposes the following members.

Properties
 NameDescription
Public propertyCondition Gets or sets the material data condition.
Public propertyMaterialGuid Gets the GUID of its parent material.
Public propertyMaterialListGuid Gets the GUID of its parent material list.
Public propertyName Gets the name.
Public propertySampleLineGroupId Gets the ObjectId of the sample line group.
Public propertyType Gets the data type.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the QTOMaterialItem
Public methodIsConditionApplicable Gets a boolean value indicating whether the specified condition type is applicable.
Top
See Also