Gets the number of custom properties for this configuration.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetCustomPropertyCount() As Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ISwDMConfiguration
Dim value As Integer
 
value = instance.GetCustomPropertyCount()
 | 
| C# |  | 
|---|
| int GetCustomPropertyCount() | 
| C++/CLI |  | 
|---|
| int GetCustomPropertyCount();  | 
Return Value
Number of custom properties
See Also
 
            Availability
SolidWorks Document Manager API 2004 FCS