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


IVRMLExporter.Indentation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.Indentation Property
ArcGIS Developer Help

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(
  Boolean* pIndentation
);
[C++]
Parameters
pIndentation [in]

pIndentation is a parameter of type bool pIndentation [out, retval]
pIndentation is a parameter of type bool*

Product Availability

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

See Also

IVRMLExporter Interface