BuildingInfoUnderConstruction Property |
Gets whether or not the building is under construction.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetEcadData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Nullable<bool> UnderConstruction { get; }
Public ReadOnly Property UnderConstruction As Nullable(Of Boolean)
Get
public:
property Nullable<bool> UnderConstruction {
Nullable<bool> get ();
}
member UnderConstruction : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also