Gets the SOLIDWORKS drawing view with which this characteristic is associated.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property View As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.String
value = instance.View |
C# | |
---|
System.string View {get;} |
C++/CLI | |
---|
property System.String^ View {
System.String^ get();
} |
Property Value
Name of a SOLIDWORKS drawing view
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS