14 lines
537 B
Plaintext
14 lines
537 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<RevitAddIns>
|
||
|
|
<AddIn Type="Command">
|
||
|
|
<Name>RectangleJigCommand</Name>
|
||
|
|
<FullClassName>RevitJigSample.RectangleJigCommand</FullClassName>
|
||
|
|
<Text>Draw Rectangle</Text>
|
||
|
|
<Description>Draw Rectangle with Jig</Description>
|
||
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
||
|
|
<Assembly>RevitJigSample.dll</Assembly>
|
||
|
|
<AddInId>354AB53F-BB79-45BE-91E0-84714536D17C</AddInId>
|
||
|
|
<VendorId>KCD</VendorId>
|
||
|
|
<VendorDescription>KCD Tools</VendorDescription>
|
||
|
|
</AddIn>
|
||
|
|
</RevitAddIns>
|