Revit 2026 API
Linear |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static LinearDimension Create( Document document, View dbView, Line line, IList<Reference> references )
Public Shared Function Create ( document As Document, dbView As View, line As Line, references As IList(Of Reference) ) As LinearDimension
public: static LinearDimension^ Create( Document^ document, View^ dbView, Line^ line, IList<Reference^>^ references )
static member Create : document : Document * dbView : View * line : Line * references : IList<Reference> -> LinearDimension
Parameters
Return Value
LinearDimensionSee Also