SectionDisplayOptionCollection Constructor

Construct function using a sample line object id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SectionDisplayOptionCollection(
	ObjectId sampleLineGroupOid
)

Parameters

sampleLineGroupOid  ObjectId
Sample line group object id
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when: param sampleLineObjectId is null or invalid.
Remarks
This method will open the sample line group for write, because the api SampleLineGroup.GetSectionSources() is called which needs open for write.
See Also