Gets the path and filename of the sheet format used for the specified sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSheetFormatPath( _
ByVal SheetName As String, _
ByRef FormatPath As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument13
Dim SheetName As String
Dim FormatPath As String
Dim value As Integer
value = instance.GetSheetFormatPath(SheetName, FormatPath)
|
Parameters
- SheetName
- Sheet name
- FormatPath
- Path and filename of the sheet format
Return Value
Result as defined in
swSheetFormatPathResult
Example
Remarks
See Also
Availability
SolidWorks Document Manager 2009 SP0