Gets the names of the procedures in the specified module in the macro from the PropertyManager handle for the macro feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPropertyManagerHandleProcedureNames( _
ByVal ModuleName As String _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IMacroFeatureData
Dim ModuleName As String
Dim value As Object
value = instance.GetPropertyManagerHandleProcedureNames(ModuleName)
|
C# | |
---|
object GetPropertyManagerHandleProcedureNames(
string ModuleName
) |
C++/CLI | |
---|
Object^ GetPropertyManagerHandleProcedureNames(
& String^ ModuleName
) |
Parameters
- ModuleName
Name of the module
Return Value
Array of procedure names
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0