ArcObjects Library Reference (Geometry)  

IESRIShape2.ImportFromESRIShapeEx Method

Defines this geometry based upon the contents of the input ESRI shapefile formatted buffer. Returns the exact number of bytes read from the buffer. importFlags is a combination of esriShapeImportFlags values.

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

Parameters

importFlags   importFlags is a parameter of type long 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

IESRIShape2 Interface