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


IVRMLExporter.Indentation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IVRMLExporter.Indentation Property

Indicates if VRML text is indented.

[Visual Basic .NET]
Public Property Indentation As Boolean
[C#]
public bool Indentation {get; set;}
[C++]
HRESULT get_Indentation(
  VARIANT_BOOL* pIndentation
);
[C++]
HRESULT put_Indentation(
  VARIANT_BOOL pIndentation
);
[C++]

Parameters pIndentation [out, retval] pIndentation is a parameter of type VARIANT_BOOL pIndentation [in] pIndentation is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVRMLExporter Interface