ArcObjects Library Reference (Geometry)  

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,
  long* 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