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


IESRIShape.GetModifierOffset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRIShape Interface > IESRIShape.GetModifierOffset Method
ArcGIS Developer Help

IESRIShape.GetModifierOffset Method

Finds out the byte offsets within a shape buffer at which an exported attribute can be found. Only works if the shape hasn't changed since the last call to ExportToESRIShape or ExportToESRIShapeEx.

[Visual Basic .NET]
Public Sub GetModifierOffset ( _
    ByVal modifierType As esriShapeModifiers, _
    ByRef Offset As Integer _
)
[C#]
public void GetModifierOffset (
    esriShapeModifiers modifierType,
    ref int Offset
);
[C++]
HRESULT GetModifierOffset(
  esriShapeModifiers modifierType,
  System.Int32* Offset
);
[C++]
Parameters
modifierType 

modifierType is a parameter of type esriShapeModifiers Offset [out]
Offset is a parameter of type long*

Product Availability

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

See Also

IESRIShape Interface