
# AdnSamples.txt - additional input file for RvtSamples Revit menu generator
#
# Copyright (C) 2007-2009 by Jeremy Tammik, Autodesk Inc. All Rights Reserved.
#
# History:
#
# 2007-11-14 initial version
# 2008-02-20 updated for Revit 2009
# 2008-02-21 renamed from AU to ADN
# 2008-05-07 renamed RSSolvedLabs to RstLabs and switched from VB to C# version
# 2008-05-07 renamed RSLink to RstLink
# 2008-05-09 switched from VB to C# version of RstLink
# 2008-05-30 added menu entry for RME electrical sample
# 2008-11-03 added menu entries for The Building Coder blog samples
# 2008-11-04 implemented #include statement for RvtSamples application
# 2008-11-05 removed The Building Coder blog samples
# 2009-04-08 converted labs section to RvtSamples 2010 format
# 2009-04-09 converted tips, geo, rme and rst sections to RvtSamples 2010 format
# 2009-06-12 added entries for rfa labs
#
# This file is read by the Revit external application RvtSamples, which is
# discussed in the class on the Revit SDK samples. From Revit 2009 onwards,
# the RvtSamples source code is included in the standard Revit SDK.
#
# Defines menu entries for the sample applications discussed in the classes
#
#   Revit API Intro
#   Revit SDK Samples
#   Revit API Database
#   Revit API Tips
#   RME API
#   RST Link
#   RST Rebar
#
# Top level menu title is "ADN", with submenus
#
# ADN
#   Abc
#   Tip
#   Geo
#   Rfa
#   Rme
#   Rst
#
# The menu entries for the Revit SDK samples are defined separately in RvtSamples.txt.
#

#
#
# /ADN/Abc/
#
ADN Abc
1-1 Hello World
Basic sample that displays a message box from Revit!
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab1_1_HelloWorld

ADN Abc
1-2 Command Arguments
Lists the app, doc and view data; then the current selection set and finally simulates an error condition on return
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab1_2_CommandArguments

ADN Abc
2-0 Create Little House
Create a little house consisting of four walls, a door, three windows, a floor and a room
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_0_CreateLittleHouse

ADN Abc
2-1 List all Elements
Outputs info on each element to a text file line
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_1_Elements

ADN Abc
2-2 List all Model Elements
Outputs info on each model-element instance to a mesage box
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_2_ModelElements

ADN Abc
2-3 List all Walls and Doors
Outputs some info on each instance of walls and doors to a message box
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_3_AllWallsAndFamilyInstances

ADN Abc
2-4 Add Columns and Move Wall
Frames a wall with timber-columns and then moves the wall
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_4_AddColumnsAndMoveWall

ADN Abc
2-5 Categories
List categories
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_5_Categories

ADN Abc
2-7 Linked files
List linked files
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab2_7_ListLinkedFiles

ADN Abc
3-1 List all Standard Families and Types
First lists all Standard Family Names and (unsuccessfully) their Category. Then lists them one-by-one with all children Types
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab3_1_StandardFamiliesAndTypes

ADN Abc
3-2 Load whole Family and single Symbol
Loads a whole Family with corresponding catalog file and also a single specified Symbol (Type) from another family
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab3_2_LoadStandardFamilies

ADN Abc
3-3 Determining Type and Family for selected standard Instances
First list all Windows Family Types (Symbols), then Type and Family for any Windows in the selection set
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab3_3_DetermineInstanceTypeAndFamily

ADN Abc
3-4 Change Type for the selected standard Instance
Displays a form with all available Families and Types for the category of selected Instance
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab3_4_ChangeSelectedInstanceType

ADN Abc
3-5 Wall and Floor Types
List all Wall and Floor Types/Families and then change Type/Family for the selected Walls and Floors
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab3_5_WallAndFloorTypes

ADN Abc
4-1 Parameters for selected Elements
First list all parameters from the standard collection, then looks for a specific param via built-in params and the standard collection
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_1_ParametersForSelectedObjects

ADN Abc
4-2 Export Parameters to Excel
Exports all parameter values for each model element to Excel: one sheet per category, one row per element
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_2_ExportParametersToExcel

ADN Abc
4-3-1 FireRating: Create and Bind Shared Parameter
Get-or-create shared parameters group, create shared parm definition within and bind it to Doors
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_3_1_CreateAndBindSharedParam

ADN Abc
4-3-2 FireRating: Export to Excel
Exports one row per each door with its values (Id, Level, Tag and FireRating) to Excel
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_3_2_ExportSharedParamToExcel

ADN Abc
4-3-3 FireRating: Import from Excel
Imports updated FireRating values for each door from Excel
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_3_3_ImportSharedParamFromExcel

ADN Abc
4-4-1 Create and Bind per-Doc Params
Create and Bind two per-Doc Params, one visible one invisible
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_4_1_PerDocParams

ADN Abc
4-4-2 Increment Invisible per-Doc Param
Increment the invisible per-Doc Params and shows the values before and after the command
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab4_4_2_PerDocParams

ADN Abc
Built-In Parameters Checker
Uses reflection to check for all built-in params enumeration values on the selected element
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.BuiltInParamsChecker

ADN Abc
5-1 Groups and Group Types
Lists: all Groups details, all Group Types details and all 'Model' Family Group Types
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab5_1_GroupsAndGroupTypes

ADN Abc
5-2 Change Group Type
Offers user to change Type for any Group in the selection to any other Model Group Type
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab5_2_SwapGroupTypes

ADN Abc
5-3 List Rooms
Lists all Rooms in the model, including the Boundary information
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab5_3_Rooms

ADN Abc
6-5 Ribon Explorer
Traverse and list all ribbon panel items
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab6_5_RibbonExplorer

ADN Abc
7-1 Create Form
Create a loft form using reference points and curve by points
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab7_1_CreateForm

ADN Abc
7-2 Create Divided Surface
Create a divided surface using reference of a face of the form
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab7_2_CreateDividedSurface

ADN Abc
7-3 Change Tile Pattern
Change the tiling pattern of the divided surface using the built-in TilePattern enumeration
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\labs\cs\bin\Debug\labs.dll
Labs.Lab7_3_ChangeTilePattern

ADN Abc
Analytical Viewer
Display analytical model of one or more selected elements
LargeImage:
Image:
C:\a\lib\revit\2010\SDK\Samples\Viewers\AnalyticalViewer\VB.NET\bin\AnalyticalViewer.dll
Revit.SDK.Samples.AnalyticalViewer.VB.NET.AnalyticalViewer

ADN Abc
Element Viewer
Display wireframe model of one or more selected elements
LargeImage:
Image:
C:\a\lib\revit\2010\SDK\Samples\Viewers\ElementViewer\VB.NET\bin\debug\ElementViewer.dll
Revit.SDK.Samples.ElementViewer.VB.NET.ElementViewer

ADN Abc
Room Viewer
Wireframe viewer of the selected room
LargeImage:
Image:
C:\a\lib\revit\2010\SDK\Samples\Viewers\RoomViewer\VB.NET\bin\RoomViewer.dll
Revit.SDK.Samples.RoomViewer.VB.NET.RoomViewer
#
#
# /ADN/Tip/
#
ADN Tips
0 - Element Filters
Element Filters
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandElementFilters

ADN Tips
1 - Namespaces
Namespaces, Alises, and Regions
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandNamespaces

ADN Tips
2 - Version Checking
Version Checking - Create a wall according to the Revit application version
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandVersionChecking

ADN Tips
3 - Error Handling
Error Handling
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandErrorHandling

ADN Tips
3 - Transactions
Transactions
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandTransaction

ADN Tips
3 - Additional Document Transaction
Additional Document Transaction
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandDocumentTransaction

ADN Tips
4 - Language Independence
Language Independence - Element Checking With Language Independent Built-in Category Name
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandLanguageIndependent

ADN Tips
4 - Language Dependent
Language Dependent
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandLanguageDependent

ADN Tips
4 - Determine Language
Determine Language
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandLanguageCheck

ADN Tips
5 - Data Caching - Build Data Cache
Data Caching - Build Data Cache
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandBuildDataCache

ADN Tips
5 - Data Caching - Access Cached Data
Data Caching - Access Cached Data
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandUseDataCache

ADN Tips
6 - Journaling
Show how an external application can be incorporated into the journaling mechanism
LargeImage:
Image:
C:\a\lib\revit\2010\SDK\Samples\Journaling\CS\bin\Debug\Journaling.dll
Revit.SDK.Samples.Journaling.CS.Command

ADN Tips
7 - Assembly Information
Assembly Information
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandAssemblyInfo

ADN Tips
8 - Suspend Updating
Suspend Revit Model Updating
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandSuspendUpdating

ADN Tips
9 - Language Comparison - C#
Language Comparison - List Wall Info with C#
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\cs\bin\Debug\RevitCodingTips.dll
RevitCodingTips.CommandListWallInfo

ADN Tips
9 - Language Comparison - VB
Language Comparison - List Wall Info with VB
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\vb\bin\Debug\RevitCodingTips_vb.dll
RevitCodingTips_vb.CommandListWallInfo

ADN Tips
9 - Language Comparison - C++
Language Comparison - List Wall Info with Managed C++
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\debug\RevitCodingTips_cpp.dll
RevitCodingTips_cpp.CommandListWallInfo
#
#
# /ADN/Geo/
#
ADN Geo
XYZ and Transform
Demonstrate point, vector and transform geometry types
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdXyzAndTransform

ADN Geo
Curve
Demonstrate curve and line classes
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdCurve

ADN Geo
Circle
Demonstrate creation of a circle
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdCircle

ADN Geo
Face
Demonstrate wall geometry analysis, face class, and normal vectors
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdWallFace

ADN Geo
References and Dimensioning
Demonstrate references and dimensioning, add dimensioning to architectural wall
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdAddDimensionForRacWall

ADN Geo
Is Dimension Locked
Analyse whether dimension is locked
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rac\tips\geo\bin\Debug\RevitGeometry.dll
RevitGeometry.CmdIsDimensionLocked
##
##
## /ADN/Rfa/
##
ADN Rfa
1 Create Rectangular Column
Family API lab 1 to create rectangular column
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rfa\cs\bin\Debug\LabsCs.dll
LabsCs.RvtCmd_FamilyCreateColumnRectangle

ADN Rfa
2 Create L-Shape Column
Family API lab 2 to create L-shaped column
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rfa\cs\bin\Debug\LabsCs.dll
LabsCs.RvtCmd_FamilyCreateColumnLShape

ADN Rfa
3 Define Formula and Material
Family API lab 3 to create L-shaped column with formula and material
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rfa\cs\bin\Debug\LabsCs.dll
LabsCs.RvtCmd_FamilyCreateColumnFormulaMaterial

ADN Rfa
4 Define Visibility
Family API lab 4 to create L-shaped column with visibility settings
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rfa\cs\bin\Debug\LabsCs.dll
LabsCs.RvtCmd_FamilyCreateColumnVisibility
##
##
## /ADN/Rme/
##
ADN Rme
About...
About ADN RME API Samples
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdAbout

ADN Rme
HVAC Assign flow to terminals
Assign flow to terminals
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdAssignFlowToTerminals

ADN Rme
HVAC Change size
Change terminal sizes
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdChangeSize

ADN Rme
HVAC Populate CFM per SF on rooms
Populate CFM per SF variable on rooms
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdPopulateCfmPerSf

ADN Rme
HVAC Reset demo
Reset ADN RME API Demo
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdResetDemo

ADN Rme
Electrical System Browser
Inspect electrical systems in model and reproduce system browser info
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdElectricalSystemBrowser

ADN Rme
Electrical Hierarchy
Inspect electrical systems in model and display full connection hierarchy tree structure
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdElectricalHierarchy

ADN Rme
Electrical Hierarchy 2
Inspect electrical systems in model and display full connection hierarchy tree structure
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdElectricalHierarchy2

ADN Rme
Unhosted elements
List unhosted elementes
LargeImage:
Image:
C:\a\j\adn\train\revit\2010\src\rme\mep\bin\Debug\mep.dll
mep.CmdUnhostedElements
##
##
## /ADN/Rst/
##
#ADN Rst
#1-1 Load Natures, Cases and Combinations
#Lab 1-1 - List all load grouping objects, i.e. load natures, cases, and combinations
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab1_1_LoadGrouping
#
#ADN Rst
#1-2 Load Objects - List all
#Lab 1-2 - Demonstrate access to load objects and list all point, line and area loads
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab1_2_Loads
#
#ADN Rst
#1-3 Load Objects - Modify selected
#Lab 1-3 - More detailed info and modification of selected loads
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab1_3_ModifySelectedLoads
#
#ADN Rst
#1-4 Load Symbols
#Lab 1-4 - List load symbols
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab1_4_LoadSymbols
#
#ADN Rst
#1-5 Create New Point Loads
#Lab 1-5 - Create new point loads
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab1_5_CreateNewPointLoads
#
#ADN Rst
#2-1 Structural Columns
#Lab 2-1 - List all structural columns in the model
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab2_1_ListStructuralColumns
#
#ADN Rst
#2-2 Structural Framing
#Lab 2-2 - List all structural framing elements in the model
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab2_2_ListStructuralFraming
#
#ADN Rst
#2-3 Structural Foundations
#Lab 2-3 - List all structural foundation elements in the model
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab2_3_Foundations
#
#ADN Rst
#2-4 Structural Standard Family Instances
#Lab 2-4 - List all standard family instances with an analytical model
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab2_4_StandardFamilyInstances
#
#ADN Rst
#2-5 Structural System Family Instances
#Lab 2-5 - Retrieve structural system family instances: wall, floor, continuous footing
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab2_5_StructuralSystemFamilyInstances
#
#ADN Rst
#3 Analytical Model
#Lab 3 - List analytical model for selected or all structural elements
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\labs\cs\bin\Debug\RstLabsCs.dll
#RstLabs.Lab3_ListSelectedAnalyticalModels
#
#ADN Rst
#RstLink Export
#Export to RstLink file (from Revit to Acad)
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\link\cs\RstLinkRevitClientCs\bin\RstLinkRevitClient.dll
#RstLinkRevitClient.RSLinkExport
#
#ADN Rst
#RstLink Import
#Import from RstLink result file (from Acad to Revit)
#LargeImage:
#Image:
#C:\a\j\adn\train\revit\2010\src\rst\link\cs\RstLinkRevitClientCs\bin\RstLinkRevitClient.dll
#RstLinkRevitClient.RSLinkImport
#
#ADN Rst
#Analytical Viewer
#Draws analytical model for selected or all elements in the viewer window
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\Viewers\AnalyticalViewer\VB.NET\bin\AnalyticalViewer.dll
#Revit.SDK.Samples.AnalyticalViewer.VB.NET.AnalyticalViewer
#
#ADN Rst
#Create Beams Columns and Braces
#Create configurable multi-story Beams Columns and Braces using simple dialog
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\CreateBeamsColumnsBraces\CS\bin\Debug\CreateBeamsColumnsBraces.dll
#Revit.SDK.Samples.CreateBeamsColumnsBraces.CS.Command
#
#ADN Rst
#Rebar - Create Reinforcement
#Create bar set in a selected concrete element (beam or column) that does not have any reinforcement.
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\Reinforcement\CS\bin\Debug\Reinforcement.dll
#Revit.SDK.Samples.Reinforcement.CS.Command
#
#ADN Rst
#Rebar - Edit AreaReinforcement Parameters
#Show parameters of selected AreaReinforcement and allow user to modify
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\AreaReinParameters\CS\bin\Debug\AreaReinParameters.dll
#Revit.SDK.Samples.AreaReinParameters.CS.Command
#
#ADN Rst
#Rebar - List Rebar Parameters
#Show parameters of selected AreaReinforcement and allow user to modify
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\AreaReinParameters\CS\bin\Debug\AreaReinParameters.dll
#Revit.SDK.Samples.AreaReinParameters.CS.RebarParas
#
#ADN Rst
#Rebar - Create Section View
#Create a section view across the midpoint of the selected wall, floor or beam
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\CreateViewSection\CS\bin\Debug\CreateViewSection.dll
#Revit.SDK.Samples.CreateViewSection.CS.Command
#
#ADN Rst
#Rebar - Create Drafting View
#Create a new empty drafting view
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\CreateViewSection\CS\bin\Debug\CreateViewSection.dll
#Revit.SDK.Samples.CreateViewSection.CS.CreateDraftingView
#
#ADN Rst
#Rebar - Import And Export DWG
#Export current project to dwg files and import a dwg file into revit
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\ImportExport\CS\bin\Debug\ImportExport.dll
#Revit.SDK.Samples.ImportAndExport.CS.Command
#
#ADN Rst
#Rebar - Create Dimension
#Add a dimension to a selected structure wall from its start to its end
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\CreateDimensions\CS\bin\Debug\CreateDimensions.dll
#Revit.SDK.Samples.CreateDimensions.CS.Command
#
#ADN Rst
#Rebar - Tag Beam
#Tag beam's start and end
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\TagBeam\CS\bin\Debug\TagBeam.dll
#Revit.SDK.Samples.TagBeam.CS.Command
#
#ADN Rst
#Rebar - Tag Rebar
#Tag selected Rebar
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\TagBeam\CS\bin\Debug\TagBeam.dll
#Revit.SDK.Samples.TagBeam.CS.TagRebar
#
#ADN Rst
#Rebar - Create Text
#Create a new TextNote instance for selected Rebar
#LargeImage:
#Image:
#C:\a\lib\revit\2010\SDK\Samples\TagBeam\CS\bin\Debug\TagBeam.dll
#Revit.SDK.Samples.TagBeam.CS.CreateText
