Gets the name of the Parasolid body partition stream.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property PartitionStreamName As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration2
Dim value As String
value = instance.PartitionStreamName
|
C# | |
---|
string PartitionStreamName {get;} |
C++/CLI | |
---|
property String^ PartitionStreamName {
String^ get();
} |
Return Value
Name of the stream; valid filename extensions are *
.xmp_bin for NTFS and *
.p_b for FAT
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 SP1