IAcadDocumentSaveAs Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void SaveAs(
string FullFileName,
[OptionalAttribute] Object SaveAsType,
[OptionalAttribute] Object vSecurityParams
)
Sub SaveAs (
FullFileName As String,
<OptionalAttribute> SaveAsType As Object,
<OptionalAttribute> vSecurityParams As Object
)
void SaveAs(
[InAttribute] String^ FullFileName,
[OptionalAttribute] [InAttribute] Object^ SaveAsType,
[OptionalAttribute] [InAttribute] Object^ vSecurityParams
)
abstract SaveAs :
FullFileName : string *
[<OptionalAttribute>] SaveAsType : Object *
[<OptionalAttribute>] vSecurityParams : Object -> unit
Parameters
- FullFileName
- Type: SystemString
- SaveAsType (Optional)
- Type: SystemObject
- vSecurityParams (Optional)
- Type: SystemObject
See Also