SoLDMResourceManagerSetDataSize Method |
Sets the size of the data in number of bytes.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetDataSize(
int dataSize
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetDataSize (
dataSize As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetDataSize(
int dataSize
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetDataSize :
dataSize : int -> unit
Parameters
- dataSize
- Type: SystemInt32
Remarks
See Also