IAcadDocumentClose Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void Close(
[OptionalAttribute] Object SaveChanges,
[OptionalAttribute] Object FileName
)
Sub Close (
<OptionalAttribute> SaveChanges As Object,
<OptionalAttribute> FileName As Object
)
void Close(
[OptionalAttribute] [InAttribute] Object^ SaveChanges,
[OptionalAttribute] [InAttribute] Object^ FileName
)
abstract Close :
[<OptionalAttribute>] SaveChanges : Object *
[<OptionalAttribute>] FileName : Object -> unit
Parameters
- SaveChanges Object (Optional)
-
- FileName Object (Optional)
-
See Also