SectionViewGroupCreationRangeOptions Constructor

Constructor for SectionViewGroupCreationRangeOptions.

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

Syntax

C#

public SectionViewGroupCreationRangeOptions(
	ObjectId sampleLineGroupId
)

Visual Basic

Public Sub New ( _
	sampleLineGroupId As ObjectId _
)

Visual C++

public:
SectionViewGroupCreationRangeOptions(
	ObjectId sampleLineGroupId
)

Parameters

sampleLineGroupId
Type: ObjectId

See Also