Gets or sets the name of a motion study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Name As String |
Visual Basic (Usage) | |
---|
Dim instance As IMotionStudy
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
Name of motion study
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0