Construct function using a sample line object id.

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

Syntax

C#
public SectionDisplayOptionCollection(
	ObjectId sampleLineGroupOid
)
Visual Basic
Public Sub New ( _
	sampleLineGroupOid As ObjectId _
)
Visual C++
public:
SectionDisplayOptionCollection(
	ObjectId sampleLineGroupOid
)

Parameters

sampleLineGroupOid
Type: ObjectId
Sample line group object id

Remarks

This method will open the sample line group for write, because the api SampleLineGroup.GetSectionSources() is called which needs open for write.

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when: param sampleLineObjectId is null or invalid.

See Also