MemberForces Class

An object that represents a member forces on analytical element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureMemberForces

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class MemberForces : IDisposable

The MemberForces type exposes the following members.

Constructors
 NameDescription
Public methodMemberForces Creates a new instance of MemberForces.
Top
Properties
 NameDescription
Public propertyForce The translational forces at relative point position of the element.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMoment The rotational forces at relative point position of the element.
Public propertyStart Member Forces position on analytical element. True for start, false for end.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MemberForces
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also