ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3DateRef Method

Writes date by reference. Important: do not use this method if you send dates as JSON numbers, references will be incorrect.

[Visual Basic .NET]
Public Sub WriteAMF3DateRef ( _
    ByVal obj_ref As Integer _
)
[C#]
public void WriteAMF3DateRef (
    int obj_ref
);
[C++]
HRESULT WriteAMF3DateRef(
  long obj_ref
);
[C++]

Parameters

obj_ref [in]   obj_ref is a parameter of type long

Product Availability

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

See Also

IAMFWriter Interface