C# Class Revit.SDK.Samples.TagBeam.CS.TagBeamData

Tag beam data class.
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateTag ( TagMode tagMode, FamilySymbolWrapper tagSymbol, bool leader, TagOrientation tagOrientation ) : void

Tag the beam's start and end.

TagBeamData ( ExternalCommandData commandData ) : System

Initializes a new instance of TagBeamData.

this ( TagMode mode ) : List

Tag families with specified mode

Method Details

CreateTag() public method

Tag the beam's start and end.
public CreateTag ( TagMode tagMode, FamilySymbolWrapper tagSymbol, bool leader, TagOrientation tagOrientation ) : void
tagMode TagMode Mode of tag
tagSymbol FamilySymbolWrapper Tag symbol wrapper
leader bool Whether the tag has leader
tagOrientation TagOrientation Orientation of tag
return void

TagBeamData() public method

Initializes a new instance of TagBeamData.
public TagBeamData ( ExternalCommandData commandData ) : System
commandData ExternalCommandData An object that is passed to the external application /// which contains data related to the command
return System

this() public method

Tag families with specified mode
public this ( TagMode mode ) : List
mode TagMode mode of tag families to get
return List