This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.Indentation Property (ArcObjects .NET 10.4 SDK) |
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