BuildingInfoBuildingTypeId Property |
Gets the building type id.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetEcadData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.10
Syntaxpublic Nullable<int> BuildingTypeId { get; }Public ReadOnly Property BuildingTypeId As Nullable(Of Integer)
Get
public:
property Nullable<int> BuildingTypeId {
Nullable<int> get ();
}member BuildingTypeId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also