Class IdeaResult
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaResult : IIdeaResult
Inheritance
Implements
-
IIdeaResult
Inherited Members
Constructors
IdeaResult(ResultLocalSystemType)
public IdeaResult(ResultLocalSystemType coordinateSystemType)
Parameters
coordinateSystemType
ResultLocalSystemType
Properties
CoordinateSystemType
Type of the coordinate system the results are defined in.
public ResultLocalSystemType CoordinateSystemType { get; }
Property Value
- ResultLocalSystemType
Sections
Sections with results.
public IEnumerable<IIdeaSection> Sections { get; }
Property Value
- IEnumerable<IIdeaSection>
Methods
Add(IIdeaSection)
public void Add(IIdeaSection section)
Parameters
section
IIdeaSection