Interface IMember

Represents a member (for all types of members, see MemberType)

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IMember : IEntity, IHaveId, IHaveIndex, IHaveName, IHaveUserName, IHaveCalculations

Properties

Name Description
Data

Gets the data of this member

MemberNodes

Gets the list of IMemberNode

SpanCount

Gets the number of spans

StructuralGroupInfo

Gets the EntityInfo of the structural group

Methods

Name Description
GetLoadingAsync(Guid, AnalysisType, LoadingResultType, CancellationToken)

Returns a loading of the member for a specific AnalysisType and LoadingResultType

GetReinforcementAsync(CancellationToken)

Returns a collection of reinforcement in this member

GetSpanAsync(IEnumerable<int>?, CancellationToken)

Returns the spans from the given indices

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next