IIsolatedFoundation Interface

Represents an isolated foundation

Namespace: TSD.API.Remoting.Foundations
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public interface IIsolatedFoundation : IEntity, 
	IHaveId, IHaveIndex, IHaveName, ICanProvideBimData, IHaveUserDefinedAttributes

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
Public methodGetUserDefinedAttributesAsync Returns a collection of IUserDefinedAttribute instances
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedAttributeAsync Sets an user defined text attribute
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedAttributesAsync Sets user defined attributes
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedEmbeddedFileAttributeAsync Sets an user defined embedded file attribute
(Inherited from IHaveUserDefinedAttributes)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next