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 * pVal
);
public: HRESULT put_EnableSaveArticFile(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableSaveArticFile();
public void setEnableSaveArticFile(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.