Share

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

Syntax

C#

public sealed class QTOMaterialItem : IDisposable

VB

Public NotInheritable Class QTOMaterialItem
	Implements IDisposable

C++

public ref class QTOMaterialItem sealed : 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.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the QTOMaterialItem
Public methodIsConditionApplicable Gets a boolean value indicating whether the specified condition type is applicable.

See Also

Reference

Was this information helpful?