Gets the names of this sheet's invisible custom properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetInvisibleCustomPropertyNames() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet
Dim value As Object
value = instance.GetInvisibleCustomPropertyNames()
|
C# | |
---|
object GetInvisibleCustomPropertyNames() |
C++/CLI | |
---|
Object^ GetInvisibleCustomPropertyNames(); |
Return Value
Array of strings of the names of the invisible custom properties for this sheet
Remarks
See Also
Availability
SolidWorks Document Manager API 2009 SP0