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