IVariablePolygonalLoadLoad Property

Gets a collection of load values at polygon vertices

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
IReadOnlyList<(int Vertex, double Load)> Load { get; }

Property Value

Type: IReadOnlyListValueTupleInt32, Double
See Also