Gets the drawing view on which this sheet's custom properties reside.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CustomPropertyView As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet4
Dim value As System.Object
value = instance.CustomPropertyView |
C# | |
---|
System.object CustomPropertyView {get;} |
C++/CLI | |
---|
property System.Object^ CustomPropertyView {
System.Object^ get();
} |
Property Value
ISwDMView; null if the sheet has no views
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2017 FCS