Gets the views owned by this sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetViews() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet4
Dim value As System.Object
value = instance.GetViews() |
C# | |
---|
System.object GetViews() |
C++/CLI | |
---|
System.Object^ GetViews(); |
Return Value
Array of
ISwDMViews owned by this sheet
Example
See Also
Availability
SOLIDWORKS Document Manager API 2017 FCS