The SurfaceAnalysis type exposes the following members.

Methods

  NameDescription
Public methodCreateWaterdrop
Creates one or more polylines that represent a flow of water, and marks the start point of the path. This method exposes the Water Drop command from the Civil 3D GUI.
Public methodDispose
Releases all resources used by the SurfaceAnalysis
Public methodGetContourData
Gets the surface contour analysis data for a Surface.
Public methodGetDirectionData
Gets the surface direction analysis data for a Surface.
Public methodGetElevationData
Gets the elevation analysis data for a Surface.
Public methodGetSlopeArrowData
Gets the slope arrow analysis data for a Surface.
Public methodGetSlopeData
Gets the slope analysis data for a Surface.
Public methodGetUserDefinedContourData
Gets an array which contains all the surface user-defined contour analysis data.
Public methodGetWatershedData
Gets the watershed analysis data for a Surface.
Public methodSetContourData
Sets the surface contour analysis data for a Surface. Use this method to apply changes made to data returned by GetContourData().
Public methodSetDirectionData
Sets the surface direction analysis data for a Surface. Use this method to apply changes made to data returned by GetDirectionData().
Public methodSetElevationData
Sets the surface elevation analysis data for a Surface. Use this method to apply changes made to data returned by GetElevationData().
Public methodSetSlopeArrowData
Sets the slope arrow analysis data for a Surface. Use this method to apply changes made to data returned by GetSlopeArrowData().
Public methodSetSlopeData
Sets the slope analysis data for a Surface. Use this method to apply changes made to data returned by GetSlopeData().
Public methodSetUserDefinedContourData
Sets the user-defined contour analysis data for a Surface. Use this method to apply changes made to data returned by GetUserDefinedContourData().
Public methodSetWatershedData
Sets the watershed analysis data for a Surface. Use this method to apply changes made to data returned by GetWatershedData().

See Also