Revit 2017.1 API |
ColumnAttachment..::..CutStyle Property |
ColumnAttachment Class See Also |
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: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public ColumnAttachmentCutStyle CutStyle { get; } |
Visual Basic |
---|
Public ReadOnly Property CutStyle As ColumnAttachmentCutStyle Get |
Visual C++ |
---|
public: property ColumnAttachmentCutStyle CutStyle { ColumnAttachmentCutStyle get (); } |