TextFieldsGetInstanceAttributeFields Method (TextObject) |
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(
TextObject text
)
Public Shared Function GetInstanceAttributeFields (
text As TextObject
) As TextFieldsInstanceAttributeField()
Parameters
- text
- Type: Rhino.DocObjectsTextObject
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