 | VariablePolygonalLoadParamsLoad Property |
Gets a IReadOnlyList{(int Vertex, double Load)} of load values at polygon vertices [N/mm²]
Namespace:
TSD.API.Remoting.Loading.CreateAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntaxpublic 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
Type:
IReadOnlyListValueTupleInt32,
DoubleIReadOnlyList{(int Vertex, double Load)}
See Also