Gets the names of this sheet's invisible custom properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetInvisibleCustomPropertyNames() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet
Dim value As System.Object
value = instance.GetInvisibleCustomPropertyNames() |
C# | |
---|
System.object GetInvisibleCustomPropertyNames() |
C++/CLI | |
---|
System.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