TextFieldsGetInstanceAttributeFields Method (String) |
Gets an array of block attribute definitions associated with a
TextObject.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public static TextFieldsInstanceAttributeField[] GetInstanceAttributeFields(
string str
)
Public Shared Function GetInstanceAttributeFields (
str As String
) As TextFieldsInstanceAttributeField()
Parameters
- str
- Type: SystemString
TextObject to check for block attribute definitions
Return Value
Type:
TextFieldsInstanceAttributeField
Will return a empty array if text is null or there is no attributes
otherwise; returns a list of one or more attribute definitions embedded
in the text string.
See Also