Gets the path and filename of the sheet format used for the specified sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSheetFormatPath( _
ByVal SheetName As System.String, _
ByRef FormatPath As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument13
Dim SheetName As System.String
Dim FormatPath As System.String
Dim value As System.Integer
value = instance.GetSheetFormatPath(SheetName, FormatPath) |
C++/CLI | |
---|
System.int GetSheetFormatPath(
& System.String^ SheetName,
& [Out] System.String^ 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