'Declaration Public Sub Add( _ ByVal key As String, _ ByVal value As Object _ )
'Declaration
Public Sub Add( _ ByVal key As String, _ ByVal value As Object _ )
'Usage Dim instance As C1ShapeAttributes Dim key As String Dim value As Object instance.Add(key, value)
'Usage
Dim instance As C1ShapeAttributes Dim key As String Dim value As Object instance.Add(key, value)
public void Add( string key, object value )
C1ShapeAttributes Class C1ShapeAttributes Members
Copyright (c) GrapeCity, inc. All rights reserved.