Share

Pipe.ReturnPeriod Property

Gets or sets the pipe return period.



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

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);
}

Property Value

Int32

See Also

Reference

Was this information helpful?