mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-10 22:06:41 +00:00
6 lines
333 B
INI
6 lines
333 B
INI
|
|
[ExternalCommands]
|
||
|
|
ECCount = 1
|
||
|
|
ECName1 = Create Dimensions
|
||
|
|
ECClassName1 = Revit.SDK.Samples.CreateDimensions.CS.Command
|
||
|
|
ECAssembly1 = CreateDimensions.dll
|
||
|
|
ECDescription1= Add a dimension to a selected structure wall from its start to its end. Name the dimensions 'Dimension N' where N is an increasing number for each dimension.
|