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





Description

Save articulations to the articulation file associated with the model.

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 * pRetVal
);
public: HRESULT put_EnableSaveArticFile(
VARIANT_BOOL NewEnableSaveArticFile
);

[Java]
public bool getEnableSaveArticFile();public void setEnableSaveArticFile(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1