ModelContentAttributesIsValidContentName Method |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected internal virtual bool IsValidContentName(
ModelContentName value,
bool? parent
)
Protected Friend Overridable Function IsValidContentName (
value As ModelContentName,
parent As Boolean?
) As Boolean
Parameters
- value
- Type: Grasshopper.RhinocerosModelContentName
- parent
- Type: SystemNullableBoolean
Return Value
Type:
Boolean
See Also