Share

MemberForces Class

An object that represents a member forces on analytical element.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Structure.MemberForces


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public class MemberForces : IDisposable

The MemberForces type exposes the following members.

Constructors

 NameDescription
Public methodMemberForces Creates a new instance of MemberForces.

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.

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)

See Also

Reference

Was this information helpful?