com.esri.arcgis.geometry
Interface IESRISegment2
- All Superinterfaces:
- IESRISegment, Serializable
- All Known Implementing Classes:
- IESRISegment2Proxy
public interface IESRISegment2
- extends IESRISegment, Serializable
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
void |
exportToESRISegment2(boolean exportTo92ArcFormat,
byte[] byteBuffer,
int[] cBytesWrote)
exportToESRISegment2 |
exportToESRISegment2
void exportToESRISegment2(boolean exportTo92ArcFormat,
byte[] byteBuffer,
int[] cBytesWrote)
throws IOException,
AutomationException
- exportToESRISegment2
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
exportTo92ArcFormat - The exportTo92ArcFormat (in)byteBuffer - An unsigned byte (out: use single element array)cBytesWrote - The cBytesWrote (out: use single element array)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.