This document is archived and information here might be outdated. Recommended version. |
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*