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


IAMFWriter.WriteAMF3Bool Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.WriteAMF3Bool Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IAMFWriter Interface