Gets the names of the custom properties for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomPropertyNames() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As System.Object
value = instance.GetCustomPropertyNames() |
C# | |
---|
System.object GetCustomPropertyNames() |
C++/CLI | |
---|
System.Object^ GetCustomPropertyNames(); |
Return Value
Array of custom property name strings
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS