SurfaceAnalysisWatershedDataDrainsInto Property |
Gets an array of watershed IDs that the watershed drains into.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int[] DrainsInto { get; }
Public ReadOnly Property DrainsInto As Integer()
Get
public:
property array<int>^ DrainsInto {
array<int>^ get ();
}
Property Value
Int32
See Also