Share

SampleLineLabelGroup.Create(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.280

Syntax

C#

public static ObjectId Create(
	ObjectId sampleLineGroupId
)

VB

Public Shared Function Create ( 
	sampleLineGroupId As ObjectId
) As ObjectId

C++

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

Reference

Was this information helpful?