IIsolatedFoundation Interface

Represents an isolated foundation

Namespace:  TSD.API.Remoting.Foundations
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IIsolatedFoundation : IEntity, 
	IHaveId, IHaveIndex, IHaveName, ICanProvideBimData

The IIsolatedFoundation type exposes the following members.

Properties
  NameDescription
Public propertyCheckResults
Gets the results of the check/design of this isolated foundation
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsolatedFoundationData
Gets the isolated foundation data
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertySupportedEntityInfo
Gets the EntityInfo for the supported entity
Public propertySupportedMemberType
Gets the type of the supported member
Public propertySupportInfo
Gets the EntityInfo for the support
Top
Methods
  NameDescription
Public methodGetBimDataAsync
Returns the IBimData associated with this object
(Inherited from ICanProvideBimData.)
Public methodGetBottomReinforcementAsync
Returns the bottom slab reinforcement
Public methodGetReinforcementAsync
Returns the reinforcement of this isolated foundation
Public methodGetTopReinforcementAsync
Returns the top slab reinforcement
Top
See Also