Interface IHasOpenings
Namespace: Elements.Interfaces
Assembly: Hypar.Elements.dll
Syntax
public interface IHasOpenings
Properties
Openings
A collection of openings.
Declaration
List<Opening> Openings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Opening> |