Gets the hydrologically most distant point of the catchment area
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Point3d HydrologicallyMostDistantPoint { get; }
VB
Public ReadOnly Property HydrologicallyMostDistantPoint As Point3d Get
C++
public: property Point3d HydrologicallyMostDistantPoint { Point3d get (); }