'Declaration
Function GetShapeRange( _ ByVal shapes() As IShape _ ) As IShapeRange
'Usage
Dim instance As IShapes Dim shapes() As IShape Dim value As IShapeRange value = instance.GetShapeRange(shapes)
IShapeRange GetShapeRange( IShape[] shapes )
function GetShapeRange( shapes: IShapearray of ): IShapeRange;
function GetShapeRange( shapes : IShape[] ) : IShapeRange;
IShapeRange* GetShapeRange( IShape*[]* shapes )
IShapeRange^ GetShapeRange( array<IShape^>^ shapes )
Parameters
- shapes
- Specifies the array of shapes which will be represented by the IShapeRange.
Return Value
A new instance of IShapeRange which represents the specified array of shapes.