Share

SectionDisplayOptionCollection Constructor

Construct function using a sample line object id.



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

Syntax

C#

public SectionDisplayOptionCollection(
	ObjectId sampleLineGroupOid
)

VB

Public Sub New ( 
	sampleLineGroupOid As ObjectId
)

C++

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

Reference

Was this information helpful?