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