mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 10:45:56 +00:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
|
|
ReadMe -- Revit 2011 Family API Labs
|
|||
|
|
|
|||
|
|
Contents:
|
|||
|
|
|
|||
|
|
- FamilyLabs.sln – Visual Studio solution file that includes both VB.NET and C# version of projects. Indivisual solusion files are also provided in each project folder, FamilyLabsCS and FamilyLabsVB.
|
|||
|
|
- FamilyLabsCS – C# source code directory
|
|||
|
|
- FamilyLabsVB – VB source code directory
|
|||
|
|
- DocsCS – Step-by-step instruction for each exercise in C#
|
|||
|
|
- DocsVB – Step-by-step instruction for each exercise in VB.NET
|
|||
|
|
- FamilyLabsCS.addin - .addin manifest file for C# project
|
|||
|
|
- FamilyLabsVB.addin - .addin manifest file for VB.NET project
|
|||
|
|
- ppt – Presentation
|
|||
|
|
|
|||
|
|
Source and Documentation Files:
|
|||
|
|
|
|||
|
|
FamilyLabsCS
|
|||
|
|
FamilyLabsCs.csproj
|
|||
|
|
1_ColumnRectangle.cs
|
|||
|
|
2_ColumnLshape.cs
|
|||
|
|
3_ColumnFormulaMaterial.cs
|
|||
|
|
4_ColumnVisibility.cs
|
|||
|
|
Util.cs
|
|||
|
|
|
|||
|
|
DocsCS
|
|||
|
|
Family Lab1 - Create Rectangular Column_CS.rtf
|
|||
|
|
Family Lab2 - Create L-Shape Column_CS.rtf
|
|||
|
|
Family Lab3 - Add Formula and Material_CS.rtf
|
|||
|
|
Family Lab4 - Add Visibility Control_CS.rtf
|
|||
|
|
|
|||
|
|
FamilyLabsVB
|
|||
|
|
FamilyLabsVb.vbproj
|
|||
|
|
1_ColumnRectangle.vb
|
|||
|
|
2_ColumnLshape.vb
|
|||
|
|
3_ColumnFormulaMaterial.vb
|
|||
|
|
4_ColumnVisibility.vb
|
|||
|
|
|
|||
|
|
DocsVB
|
|||
|
|
Family Lab1 - Create Rectangular Column.rtf
|
|||
|
|
Family Lab2 - Create L-Shape Column.rtf
|
|||
|
|
Family Lab3 - Add Formula and Material.rtf
|
|||
|
|
Family Lab4 - Add Visibility Control.rtf
|