| Visual Basic | |
|---|---|
Function GetLocalFileSize2( _ ByRef poPathOrFolderID As System.Object _ ) As System.Long | |
| C# | |
|---|---|
System.long GetLocalFileSize2( ref System.object poPathOrFolderID ) | |
| C++/CLI | |
|---|---|
System.int64 GetLocalFileSize2( & System.Object^% poPathOrFolderID ) | |
Parameters
- poPathOrFolderID
- ID of the folder, a full file path, or a folder path (see Remarks)
Return Value
Size in bytes; -1 if the local file is missingIf poPathOrFolderID is a folder path, it must be terminated by a backslash ('\').
- S_OK: The method successfully executed.
- S_FALSE: The local copy of the file is missing.
IEdmFile9 Interface
IEdmFile9 Members
IEdmFile5::GetLocalFileDate Method ()
IEdmFile5::GetLocalRevisionName Method ()
IEdmFile5::GetLocalVersionNo Method ()
IEdmVersion5::FileSize Property ()
IEdmFile9 Members
IEdmFile5::GetLocalFileDate Method ()
IEdmFile5::GetLocalRevisionName Method ()
IEdmFile5::GetLocalVersionNo Method ()
IEdmVersion5::FileSize Property ()
SOLIDWORKS PDM Professional 2015