Creates a new section view from a specified sample line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
string sectionViewName,
ObjectId sampleLineId,
Point3d location
)
Public Shared Function Create (
sectionViewName As String,
sampleLineId As ObjectId,
location As Point3d
) As ObjectId
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.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the specified section view name, sample line id is invalid.
|
See Also