| IPileIndexInPileCap Property |
Gets the index of the pile in a pile cap
Namespace: TSD.API.Remoting.FoundationsAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyProperty<int> IndexInPileCap { get; }
ReadOnly Property IndexInPileCap As IReadOnlyProperty(Of Integer)
Get
property IReadOnlyProperty<int>^ IndexInPileCap {
IReadOnlyProperty<int>^ get ();
}
abstract IndexInPileCap : IReadOnlyProperty<int> with get
Property Value
IReadOnlyPropertyInt32Remarks Is available for piles attached to a pile cap structural group
See Also