Share

SurfaceAnalysisWatershedData.DrainsInto Property

Gets an array of watershed IDs that the watershed drains into.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public int[] DrainsInto { get; }

VB

Public ReadOnly Property DrainsInto As Integer()
	Get

C++

public:
property array<int>^ DrainsInto {
	array<int>^ get ();
}

Property Value

Int32

See Also

Reference

Was this information helpful?