Gets the name of the cut list's child folder, if it exists.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ChildFolderName As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim value As String
instance.ChildFolderName = value
value = instance.ChildFolderName
|
C# | |
---|
string ChildFolderName {get; set;} |
C++/CLI | |
---|
property String^ ChildFolderName {
String^ get();
void set (String^ value);
} |
Return Value
Name of cut list's child folder, if it exists
Remarks
See Also
Availability
SolidWorks Document Manager API 2009 SP0