Share

SectionGradeBreakLabelGroup.Create(ObjectId, ObjectId, ObjectId) Method

Creates a new instance of a SectionGradeBreakLabelGroup on the Section in the specified SectionView with the specified label style.



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

Syntax

C#

public static ObjectId Create(
	ObjectId sectionViewId,
	ObjectId sectionId,
	ObjectId labelStyleId
)

VB

Public Shared Function Create ( 
	sectionViewId As ObjectId,
	sectionId As ObjectId,
	labelStyleId As ObjectId
) As ObjectId

C++

public:
static ObjectId Create(
	ObjectId sectionViewId, 
	ObjectId sectionId, 
	ObjectId labelStyleId
)

Parameters

sectionViewId  ObjectId
The ObjectId of SectionView where the label group is located.
sectionId  ObjectId
The ObjectId of Section where the label group is labeling.
labelStyleId  ObjectId
The ObjectId of a section gradebreak label style to use.

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the sectionViewId, sectionId or labelGroupStyleId is invalid.

See Also

Reference

Was this information helpful?