Adds a figure survey to a TinSurface object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationAddFigureSurveyQuery AddFigureSurveyQuery( Guid surveyProjectGuid, Guid surveyQueryGuid, int queryChecksum, string surfaceOpDescription, double midOrdinateDis )
VB
Public Function AddFigureSurveyQuery ( surveyProjectGuid As Guid, surveyQueryGuid As Guid, queryChecksum As Integer, surfaceOpDescription As String, midOrdinateDis As Double ) As SurfaceOperationAddFigureSurveyQuery
C++
public: SurfaceOperationAddFigureSurveyQuery^ AddFigureSurveyQuery( Guid surveyProjectGuid, Guid surveyQueryGuid, int queryChecksum, String^ surfaceOpDescription, double midOrdinateDis )
Parameters
- surveyProjectGuid Guid
- The GUID of a survey project.
- surveyQueryGuid Guid
- The GUID of a point survey query.
- queryChecksum Int32
- The checksum of a point survey query.
- surfaceOpDescription String
- The description of the operation.
- midOrdinateDis Double
- The mid-ordinate distance value to use.
Return Value
SurfaceOperationAddFigureSurveyQueryExceptions
Exception | Condition |
---|---|
[!:System.ArgumentNullException] | Thrown when the surfaceOpDescription is null. |
[!:Autodesk.Civil.SurveyException] |
Thrown when:
|