Class IdeaResult
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaResult : IIdeaResultInheritance
Implements
-
IIdeaResult
Inherited Members
Constructors
IdeaResult(ResultLocalSystemType)
public IdeaResult(ResultLocalSystemType coordinateSystemType)Parameters
coordinateSystemTypeResultLocalSystemType
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
sectionIIdeaSection