Gets or sets the name of a module in the macro for this macro feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ModuleName As String |
Visual Basic (Usage) | |
---|
Dim instance As IMacroFeatureData
Dim value As String
instance.ModuleName = value
value = instance.ModuleName
|
C# | |
---|
string ModuleName {get; set;} |
C++/CLI | |
---|
property String^ ModuleName {
String^ get();
void set (String^ value);
} |
Return Value
Name of the module in the macro
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0