'Declaration
Public Function GetSibling( _ ByVal index As Integer _ ) As GeometryDrawing
'Usage
Dim instance As GeometryDrawing Dim index As Integer Dim value As GeometryDrawing value = instance.GetSibling(index)
public GeometryDrawing GetSibling( int index )
Parameters
- index
- An integer value indicates the position of the child geometry drawing.
Return Value
The sibling geometry drawing at the specified position