Gets or sets whether sketch entities are added directly to the SolidWorks database.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AddToDB As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim value As Boolean
instance.AddToDB = value
value = instance.AddToDB
|
C# | |
---|
bool AddToDB {get; set;} |
C++/CLI | |
---|
property bool AddToDB {
bool get();
void set (bool value);
} |
Return Value
True to add items directly to the SolidWorks database, false to not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0