Interface IIdeaSectionResult
- Namespace
- IdeaStatiCa.BimApi.Results
- Assembly
- IdeaStatiCa.BimApi.dll
Describes a result in a section.
public interface IIdeaSectionResultProperties
Data
Data for the result.
IIdeaResultData Data { get; }Property Value
Loading
Loading source of the result.
IIdeaLoading Loading { get; }