Gets or sets whether to save drawing properties back to the drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableSaveBackToDrawingPropertiesData As System.Boolean |
C# | |
---|
System.bool EnableSaveBackToDrawingPropertiesData {get; set;} |
JavaScript | |
---|
get_EnableSaveBackToDrawingPropertiesData () : Boolean
put_EnableSaveBackToDrawingPropertiesData (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_EnableSaveBackToDrawingPropertiesData(
VARIANT_BOOL* Val
)
HRESULT put_EnableSaveBackToDrawingPropertiesData(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_EnableSaveBackToDrawingPropertiesData (
bool* Val
)
DSRESULT put_EnableSaveBackToDrawingPropertiesData(
bool NewVal
) |
Property Value
True (default) to save drawing properties back to the drawing, false to not
Remarks
See Also
Availability
DraftSight 2018 SP2