Heureka API .NET Documentation
CreatePatch Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function CreatePatch( _
   ByVal standPolygon As DotSpatial.Data.IFeature, _
   ByVal targetAreaProportion As Double, _
   Optional ByVal tolerance As Double _
) As DotSpatial.Data.IFeature
'Usage
 
Dim standPolygon As DotSpatial.Data.IFeature
Dim targetAreaProportion As Double
Dim tolerance As Double
Dim value As DotSpatial.Data.IFeature
 
value = NCPatchCreatorExtension.CreatePatch(standPolygon, targetAreaProportion, tolerance)
[Extension()]
public static DotSpatial.Data.IFeature CreatePatch( 
   DotSpatial.Data.IFeature standPolygon,
   double targetAreaProportion,
   double tolerance
)
[Extension()]
public:
static DotSpatial.Data.IFeature^ CreatePatch( 
   DotSpatial.Data.IFeature^ standPolygon,
   double targetAreaProportion,
   double tolerance
) 

Parameters

standPolygon
targetAreaProportion
tolerance
Exceptions
ExceptionDescription
System.ExceptionRepresents errors that occur during application execution.To browse the .NET Framework source code for this type, see the Reference Source.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NCPatchCreatorExtension Class
NCPatchCreatorExtension Members

Send Feedback