Description
Save articulation file associated with the model when the 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