IAcSmFilerWriteDouble Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void WriteDouble(
double pDbl
)
Sub WriteDouble (
pDbl As Double
)
void WriteDouble(
[InAttribute] double pDbl
)
abstract WriteDouble :
pDbl : float -> unit
Parameters
- pDbl
- Type: SystemDouble
See Also