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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1