2021 Class
Changes 0
C

ModelCurveNode

Description:
A base class of output nodes that represent various model curves.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RenderNode
    Autodesk.Revit.DB.ModelCurveNode
      Autodesk.Revit.DB.CurveNode
      Autodesk.Revit.DB.PointNode
      Autodesk.Revit.DB.PolylineNode
public class ModelCurveNode : RenderNode
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RenderNode
Name Return Type Description Inherited From
P LineProperties LineProperties Access to the line (pen) properties of the curve being drawn
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. RenderNode
P NodeName string A readable name of the output node. RenderNode