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


IAMFWriter.WriteAMF3Bool Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3Bool Method

Writes boolean value.

[Visual Basic .NET]
Public Sub WriteAMF3Bool ( _
    ByVal Value As Boolean _
)
[C#]
public void WriteAMF3Bool (
    bool Value
);
[C++]
HRESULT WriteAMF3Bool(
  VARIANT_BOOL Value
);
[C++]

Parameters Value [in] Value is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAMFWriter Interface