Sets whether to display the specified SOLIDWORKS ink markup.
.NET Syntax
Visual Basic (Declaration) | |
---|
WriteOnly Property ShowInkMarkup( _
ByVal InkMarkupIndex As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim InkMarkupIndex As System.Integer
instance.ShowInkMarkup(InkMarkupIndex) = value |
C++/CLI | |
---|
property System.bool ShowInkMarkup {
void set (System.int InkMarkupIndex, System.bool value);
} |
Parameters
- InkMarkupIndex
- Index of SOLIDWORKS ink markup
Property Value
True to display the specified ink markup, false to not
Remarks
See Also
Availability
eDrawings 2020 SP0