StructuralElementDefinitionData Class

Class containing information about section and position of the structural element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.Structure.StructuralSectionsStructuralElementDefinitionData

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

The StructuralElementDefinitionData type exposes the following members.

Constructors
 NameDescription
Public methodStructuralElementDefinitionData Creates empty StructuralElementDefinitionData object.
Top
Properties
 NameDescription
Public propertyCenterCurve The curve lying in the geometrical center of the element.
Public propertyCurve The definition curve of the element.
Public propertyEndShortening Cutback or extension at element curve end.
Public propertyIsMirrored States if the structural section of the element is mirrored.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyNormal The local Z direction of the element section in the start point of the curve.
Public propertySection Structural section of the element.
Public propertyStartShortening Cutback or extension at element curve start.
Public propertyYJust Y justification (ref axis).
Public propertyYOffset Y offset.
Public propertyZJust Z justification (ref axis).
Public propertyZOffset Z offset.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the StructuralElementDefinitionData
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