StructureConnectedPipe Property |
Gets the pipe connected to the structure by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId this[
int index
] { get; }
Public ReadOnly Property ConnectedPipe (
index As Integer
) As ObjectId
Get
public:
property ObjectId ConnectedPipe[int index] {
ObjectId get (int index);
}
Parameters
- index Int32
-
Property Value
ObjectId
See Also