AGI STK Objects 11Send comments on this topic.
EnableSaveArticFile Property (IAgMtoVOModelArtic)
See Also 
Windows






Windows & Linux

Description

This property is deprecated. Use SaveArticFileOnSave instead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableSaveArticFile() As Boolean
[C#]
public bool EnableSaveArticFile {get; set;}
[Managed C++]
public: __property bool get_EnableSaveArticFile();
public: __property void set_EnableSaveArticFile(
   bool
);
[Unmanaged C++]
public: HRESULT get_EnableSaveArticFile(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableSaveArticFile(
   VARIANT_BOOL NewEnableSaveArticFile
);
[Java]
public bool getEnableSaveArticFile();public void setEnableSaveArticFile(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.