Gets or sets the pipe return period.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int ReturnPeriod { get; set; }
VB
Public Property ReturnPeriod As Integer Get Set
C++
public: property int ReturnPeriod { int get (); void set (int value); }