SectionDisplayOptionCollection Constructor |
Construct function using a sample line object id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SectionDisplayOptionCollection(
ObjectId sampleLineGroupOid
)
Public Sub New (
sampleLineGroupOid As ObjectId
)
public:
SectionDisplayOptionCollection(
ObjectId sampleLineGroupOid
)
Parameters
- sampleLineGroupOid ObjectId
- Sample line group object id
ExceptionsException | Condition |
---|
[!: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