ITransmittalOperationaddToReport Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
int addToReport(
string bstrTextToAdd,
int nIndex
)
Function addToReport (
bstrTextToAdd As String,
nIndex As Integer
) As Integer
int addToReport(
[InAttribute] String^ bstrTextToAdd,
[InAttribute] int nIndex
)
abstract addToReport :
bstrTextToAdd : string *
nIndex : int -> int
Parameters
- bstrTextToAdd
- Type: SystemString
- nIndex
- Type: SystemInt32
Return Value
Type:
Int32
See Also