QTOMaterialItemSampleLineGroupId Property |
Gets the ObjectId of the sample line group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId SampleLineGroupId { get; }
Public ReadOnly Property SampleLineGroupId As ObjectId
Get
public:
property ObjectId SampleLineGroupId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
The property type is ObjectId of Autodesk.Civil.DatabaseServices.SampleLineGroup.
See Also