SoOutputIncrementIndent Method (Int32) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void IncrementIndent(
int amount
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub IncrementIndent (
amount As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void IncrementIndent(
int amount
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IncrementIndent :
amount : int -> unit
Parameters
- amount
- Type: SystemInt32
Remarks See Also