| VariablePolygonalLoadParamsLoad Property |
Gets a of load values at polygon vertices [N/mm²]
Namespace: TSD.API.Remoting.Loading.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax public IReadOnlyList<(int Vertex, double Load)> Load { get; }
Public ReadOnly Property Load As IReadOnlyList(Of (Vertex As Integer, Load As Double))
Get
public:
property IReadOnlyList<ValueTuple<int, double>>^ Load {
IReadOnlyList<ValueTuple<int, double>>^ get ();
}
member Load : IReadOnlyList<ValueTuple<int, float>> with get
Return Value
IReadOnlyListValueTupleInt32,
DoubleSee Also