ISmartArtNodeCollection
CopyTo Method
|
Namespace:
Spire.Presentation.Diagrams
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void CopyTo(
Array array,
int index
)
Sub CopyTo (
array As Array,
index As Integer
)
void CopyTo(
Array^ array,
int index
)
abstract CopyTo :
array : Array *
index : int -> unit
Parameters
-
array
-
Type:
System
Array
-
index
-
Type:
System
Int32
See Also