FloorLayoutStateapartmentStates Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.DesignData.FloorLayoutState.apartmentStates"]
Namespace:
BrydenWoodUnity.DesignData
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<ApartmentState> apartmentStates { get; set; }
Public Property apartmentStates As List(Of ApartmentState)
Get
Set
public:
property List<ApartmentState^>^ apartmentStates {
List<ApartmentState^>^ get ();
void set (List<ApartmentState^>^ value);
}
member apartmentStates : List<ApartmentState> with get, set
Property Value
Type:
ListApartmentState
See Also