IResultLineElement2DInfoAreas Property

Gets a dictionary of areas of IElement2D indexed by the ResultLineSide they are at

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
IReadOnlyDictionary<ResultLineSide, double> Areas { get; }

Property Value

Type: IReadOnlyDictionaryResultLineSide, Double
See Also