Gets or sets whether to ignore the callout value in the given row.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreValue( _
ByVal RowID As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As Integer
Dim value As Boolean
instance.IgnoreValue(RowID) = value
value = instance.IgnoreValue(RowID)
|
C# | |
---|
bool IgnoreValue(
int RowID
) {get; set;} |
C++/CLI | |
---|
property bool IgnoreValue {
bool get(int RowID);
void set (int RowID, bool value);
} |
Parameters
- RowID
- Index of callout row
Return Value
True to ignore callout value, false to not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0