Gets or sets the name of this snapshot.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Name As String |
| Visual Basic (Usage) | |
|---|
Dim instance As ISnapShot
Dim value As String
instance.Name = value
value = instance.Name
|
| C# | |
|---|
string Name {get; set;} |
| C++/CLI | |
|---|
property String^ Name {
String^ get();
void set (String^ value);
} |
Return Value
- or -
- "" to give a default name of "Snapn"
- or -
- "?" to open the Name Snapshot dialog box
Example
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0