Description:
Syntax:
public static InstanceAttributeField[] GetInstanceAttributeFields(
InstanceDefinition idef
)
Returns:
Available since:
7.0

Description:

Gets an array of block attribute definitions associated with a TextObject.

Syntax:
public static InstanceAttributeField[] GetInstanceAttributeFields(
string str
)
Parameters:
  • str
  • Type: string
  • TextObject to check for block attribute definitions
Returns:
Will return a empty array if text is None or there is no attributes otherwise; returns a list of one or more attribute definitions embedded in the text string.
Available since:
7.0

Description:

Gets an array of block attribute definitions associated with a TextObject.

Syntax:
public static InstanceAttributeField[] GetInstanceAttributeFields(
TextObject text
)
Parameters:
  • text
  • Type: TextObject
  • TextObject to check for block attribute definitions
Returns:
Will return a empty array if text is None or there is no attributes otherwise; returns a list of one or more attribute definitions embedded in the text string.
Available since:
7.0

/
/
/
GetInstanceAttributeFields

GetInstanceAttributeFields method

Class:  Rhino.Runtime.TextFields

Nothing found