InstanceDefinitionTableModify Method (Int32, String, String, String, String, Boolean) |
Modifies the instance definition name, description, and url.
Does not change instance definition ID or geometry.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.16
Syntax public bool Modify(
int idefIndex,
string newName,
string newDescription,
string newUrl,
string newUrlTag,
bool quiet
)
Public Function Modify (
idefIndex As Integer,
newName As String,
newDescription As String,
newUrl As String,
newUrlTag As String,
quiet As Boolean
) As Boolean
Parameters
- idefIndex
- Type: SystemInt32
The index of the instance definition to be modified. - newName
- Type: SystemString
The new name. - newDescription
- Type: SystemString
The new description string. - newUrl
- Type: SystemString
The new URL or hyperlink. - newUrlTag
- Type: SystemString
The new description of the URL or hyperlink. - quiet
- Type: SystemBoolean
If false, information message boxes pop up when illegal changes are attempted.
Return Value
Type:
Boolean
true if successful.
See Also