Gets the size (in bytes) of a document smaller than 2GB or the size that represents the 32 low-order bits of a document larger than 2GB.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Size As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim value As System.Integer
value = instance.Size |
C# | |
---|
System.int Size {get;} |
C++/CLI | |
---|
property System.int Size {
System.int get();
} |
Property Value
Size (in bytes) of a document smaller than 2GB or the size that represents the 32 low-order bits of a document larger than 2GB (see Remarks)
Example
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS