AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface