Surface.CreatePlanar (ICurve) Method

NOTE: This member is now obsolete. Use Region.ConvertToSurface() instead.

Creates a planar surface bounded by the contour provided.
Public Shared Function CreatePlanar( _ 
ByVal outerContour As ICurve
) As PlanarSurface
This language is not supported or no code example is available.
public static PlanarSurface CreatePlanar( 
ICurve outerContour 
)
This language is not supported or no code example is available.

Parameters

outerContour
ICurve

The outer contour of the region

Return Value

PlanarSurface

The planar surface if the operation succeeded, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition