This document is archived and information here might be outdated. Recommended version. |
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*