SampleLineLabelGroupCreate(ObjectId) Method

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.8.0.292
Syntax
public static ObjectId Create(
	ObjectId sampleLineGroupId
)

Parameters

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

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the sampleLineGroupId is invalid.
See Also