This document is archived and information here might be outdated.  Recommended version.


IESRIShape.NonTrustedImportFromESRIShape Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IESRIShape.NonTrustedImportFromESRIShape Method

Defines this geometry from the contents of the input Esri shapefile formatted buffer. Does not assume that the buffer describes a topological correct geometry. Returns the exact number of bytes read from the buffer.

[Visual Basic .NET]
Public Sub NonTrustedImportFromESRIShape ( _
    ByRef byteCountInOut As Integer, _
    ByRef byteBuffer As Byte& _
)
[C#]
public void NonTrustedImportFromESRIShape (
    ref int byteCountInOut,
    ref Byte& byteBuffer
);
[C++]
HRESULT NonTrustedImportFromESRIShape(
  long* byteCountInOut,
  Byte* byteBuffer
);
[C++]

Parameters byteCountInOut [in, out] byteCountInOut is a parameter of type long byteBuffer [in] byteBuffer is a parameter of type Byte

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IESRIShape Interface