public double GetSurfaceLength( Multipart multipart, SurfaceInterpolationMethod interpolationMethod )
Public Overloads Function GetSurfaceLength( _ ByVal multipart As Multipart, _ ByVal interpolationMethod As SurfaceInterpolationMethod _ ) As Double
Parameters
- multipart
- The multipart to calculate the 3D length for.
- interpolationMethod
- The method of interpolation. The default method of interpolation for TINs is SurfaceInterpolationMethod.Linear.
Return Value
the 3D length of the multipart.