| Visual Basic (Declaration) | |
|---|---|
| Public Sub Add( _ ByVal shapeParam As String, _ ByVal paramValue As String _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public void Add( string shapeParam, string paramValue ) | |
Parameters
- shapeParam
- Name of the attribute.
- paramValue
- Value the attribute must have in order to meet this condition.
 
     
     
     
    