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