Creates a new instance of a SampleLineLabelGroup on the specified SampleLineGroup with the default label style.

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

Syntax

C#
public static ObjectId Create(
	ObjectId sampleLineGroupId
)
Visual Basic
Public Shared Function Create ( _
	sampleLineGroupId As ObjectId _
) As ObjectId
Visual C++
public:
static ObjectId Create(
	ObjectId sampleLineGroupId
)

Parameters

sampleLineGroupId
Type: ObjectId
The ObjectId of the SampleLineGroup in which the label group is located.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the sampleLineGroupId is invalid.

See Also