SectionViewCreate Method

Creates a new section view from a specified sample line.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId Create(
	string sectionViewName,
	ObjectId sampleLineId,
	Point3d location
)

Parameters

sectionViewName  String
The name of the newly created section view.
sampleLineId  ObjectId
The ObjectId of the sample line from which a new section view is created.
location  Point3d
Location of the newly created section view.

Return Value

ObjectId
The ObjectId of the newly created section view.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the specified section view name, sample line id is invalid.
See Also