Creates a new instance of a SampleLineLabelGroup on the specified SampleLineGroup with the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the sampleLineGroupId is invalid. |