Gets the date on which this document was created.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CreationDate As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As String
value = instance.CreationDate
|
C# | |
---|
string CreationDate {get;} |
C++/CLI | |
---|
property String^ CreationDate {
String^ get();
} |
Return Value
Date on which this document was created
Example
See Also
Availability
SolidWorks Document Manager API 2004 FCS