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






Windows & Linux

Description

Save the articulations to the articulation file when MTO 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 * pRetVal
);
public: HRESULT put_SaveArticFileOnSave(
   VARIANT_BOOL NewSaveArticFileOnSave
);
[Java]
public bool getSaveArticFileOnSave();public void setSaveArticFileOnSave(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.