Description
Save the articulation value as the default for all future sessions using this model. The articulation value is saved with the object and not with the model or articulation files.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableDefaultSave() As Boolean
|
[C#] |
---|
public bool EnableDefaultSave {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableDefaultSave(); public: __property void set_EnableDefaultSave(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableDefaultSave(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableDefaultSave(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getEnableDefaultSave();
public void setEnableDefaultSave(
bool
);
|
See Also