ConnectedPipe Property

Gets the pipe connected to the structure by index.

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

Syntax

C#

public ObjectId this[
	int index
] { get; }

Visual Basic

Public ReadOnly Property ConnectedPipe ( _
	index As Integer _
) As ObjectId
	Get

Visual C++

public:
property ObjectId ConnectedPipe[int index] {
	ObjectId get (int index);
}

Parameters

index
Type: System.Int32

See Also