ColumnAttachment.CutStyle Property

ColumnAttachmentCutStyle Property

Identifies whether the column, or the attached element should be cut (or if neither should be cut).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ColumnAttachmentCutStyle CutStyle { get; }
Public ReadOnly Property CutStyle As ColumnAttachmentCutStyle
	Get
public:
property ColumnAttachmentCutStyle CutStyle {
	ColumnAttachmentCutStyle get ();
}
member CutStyle : ColumnAttachmentCutStyle with get

Property Value

ColumnAttachmentCutStyle
See Also