Adds a point survey to a TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SurfaceOperationAddPointSurveyQuery AddPointSurveyQuery( Guid surveyProjectGuid, Guid surveyQueryGuid, int queryChecksum, string surfaceOpDescription, double midOrdinateDis )
Visual Basic
Public Function AddPointSurveyQuery ( _ surveyProjectGuid As Guid, _ surveyQueryGuid As Guid, _ queryChecksum As Integer, _ surfaceOpDescription As String, _ midOrdinateDis As Double _ ) As SurfaceOperationAddPointSurveyQuery
Visual C++
public: SurfaceOperationAddPointSurveyQuery^ AddPointSurveyQuery( Guid surveyProjectGuid, Guid surveyQueryGuid, int queryChecksum, String^ surfaceOpDescription, double midOrdinateDis )
Parameters
- surveyProjectGuid
- Type: System.Guid
The GUID of a survey project.
- surveyQueryGuid
- Type: System.Guid
The GUID of a point survey query.
- queryChecksum
- Type: System.Int32
The checksum of a point survey query.
- surfaceOpDescription
- Type: System.String
The description of the operation.
- midOrdinateDis
- Type: System.Double
The mid-ordinate distance value to use.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentNullException] | Thrown when the surfaceOpDescription is null. |
[!:Autodesk.Civil.SurveyException] |
Thrown when:
|