Creates a sample line group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectId Create( string groupName, ObjectId alignmentId )
Visual Basic
Public Shared Function Create ( _ groupName As String, _ alignmentId As ObjectId _ ) As ObjectId
Visual C++
public: static ObjectId Create( String^ groupName, ObjectId alignmentId )
Parameters
- groupName
- Type: System.String
The name of sample line group to be created.
- alignmentId
- Type: ObjectId
The ObjectId of alignment.
Exceptions
Exception | Condition |
---|---|
System.ArgumentNullException | Thrown when specified sample line group name is null. |
System.ArgumentException |
Thrown when:
|