NameValueMap.Add Method
Parent Object: NameValueMapDescription
Add a value associated to the specified key name.
Syntax
NameValueMap.Add( Name As String, Value As Variant )Parameters
Name | Type | Description |
Name | String | Input String that specifies the name of the key. |
Value | Variant | Input Variant value that specifies the value of the attribute. |
Samples
Name | Description |
Creation a balloon | This sample demonstrates the creation of a balloon. |
Adding Representation views | This sample demonstrates how to create a base view by specifying various representations. |
Create flat pattern drawing view | This sample demonstrates the creation of a flat pattern base view in a drawing. |
Create base view with representations | This sample demonstrates how to create a base view by specifying various representations. |
Create assembly occurrence with representations | This sample demonstrates how to create an assembly occurrence by specifying various representations. |
Save as DWF Translator Sample | This sample demonstrates how to save a DWF file using the DWF translator add-in. |
Save as DWG Translator Sample | This sample demonstrates how to save a DWG file using the DWG translator add-in. |
Save as DXF Translator Sample | This sample demonstrates how to save a DXF file using the DXF translator add-in. |
Save as IGES Translator Sample | This sample demonstrates how to save a IGES file using the IGES translator add-in. |
Save as PDF Translator Sample | This sample demonstrates how to save a PDF file using the PDF translator add-in. |
Save as STEP Translator Sample | This sample demonstrates how to save a STEP file using the STEP translator add-in. |
Export to DWF | This sample demonstrates publishing of Inventor files in DWF format. |