ICscHostObject.SetFileAlignment(Int32) Method

Definition

Specifies the size of sections in the output file.

public:
 bool SetFileAlignment(int fileAlignment);
public bool SetFileAlignment (int fileAlignment);
abstract member SetFileAlignment : int -> bool
Public Function SetFileAlignment (fileAlignment As Integer) As Boolean

Parameters

fileAlignment
Int32

The size of sections in the output file.

Returns

true if the method was successful; otherwise, false.

Applies to