Modify markup settings.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Modify(
Markup markup,
int index,
bool quiet
)
Public Function Modify (
markup As Markup,
index As Integer,
quiet As Boolean
) As Boolean
Parameters
- markup
- Type: Rhino.DocObjectsMarkup
New markup settings. This information is copied. - index
- Type: SystemInt32
Zero based index of markup to set. - quiet
- Type: SystemBoolean
if true, information message boxes pop up when illegal changes are attempted.
Return Value
Type:
Boolean
true if successful. false if index is out of range.
See Also