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






Windows & Linux

Description

Save articulation file associated with the model when the object is saved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveArticFileOnSave() As Boolean
[C#]
public bool SaveArticFileOnSave {get; set;}
[Managed C++]
public: __property bool get_SaveArticFileOnSave();
public: __property void set_SaveArticFileOnSave( bool );
[Unmanaged C++]
public: HRESULT get_SaveArticFileOnSave(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SaveArticFileOnSave(
    VARIANT_BOOL pVal
);
[Java]
public bool getSaveArticFileOnSave();
public void setSaveArticFileOnSave(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.