| IVariablePolygonalLoadLoad Property |
Gets a collection of load values at polygon vertices
Namespace: TSD.API.Remoting.LoadingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax IReadOnlyList<(int Vertex, double Load)> Load { get; }
ReadOnly Property Load As IReadOnlyList(Of (Vertex As Integer, Load As Double))
Get
property IReadOnlyList<ValueTuple<int, double>>^ Load {
IReadOnlyList<ValueTuple<int, double>>^ get ();
}
abstract Load : IReadOnlyList<ValueTuple<int, float>> with get
Property Value
IReadOnlyListValueTupleInt32,
DoubleSee Also