| 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: 23.1.0.154
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