IMember Interface |
Represents a member (for all types of members, see MemberType)
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IMember type exposes the following members.
Properties
Name | Description | |
---|---|---|
Data | Gets the data of this member | |
ElementGroupName |
Gets the name of the element group
(Inherited from IEntity) | |
EntityType |
Gets the type of the entity
(Inherited from IEntity) | |
Id |
Gets the ID
(Inherited from IHaveId) | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
MemberNodes | Gets the list of IMemberNode | |
Name |
Gets the name
(Inherited from IHaveName) | |
SpanCount | Gets the number of spans | |
StructuralGroupInfo | Gets the EntityInfo of the structural group |
Methods
Name | Description | |
---|---|---|
GetCalculationsAsync |
Returns a root node of the tree with calculations
(Inherited from IHaveCalculations) | |
GetLoadingAsync | Returns a loading of the member for a specific AnalysisType and LoadingResultType | |
GetReinforcementAsync | Returns a collection of reinforcement in this member | |
GetSpanAsync | Returns the spans from the given indices |
See Also