Share

QTOMaterialList.SampleLineGroupId Property

Gets the ObjectId of the sample line group.



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

Syntax

C#

public ObjectId SampleLineGroupId { get; }

VB

Public ReadOnly Property SampleLineGroupId As ObjectId
	Get

C++

public:
property ObjectId SampleLineGroupId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?