LinetypeTableModify Method |
Modify linetype settings.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool Modify(
Linetype linetype,
int index,
bool quiet
)
Public Function Modify (
linetype As Linetype,
index As Integer,
quiet As Boolean
) As Boolean
Parameters
- linetype
- Type: Rhino.DocObjectsLinetype
New linetype settings. This information is copied. - index
- Type: SystemInt32
Zero based index of linetype 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 linetype_index is out of range or the
settings attempt to lock or hide the current linetype.
See Also