The maximum amount of characters that you can enter for the Dynamo object's description. This property is read-only.
Syntax
DynamoObject.Dynamo_Max_Dynamo_Desc_Length (plMaxDynamoDescLength)
Properties
The Dynamo_Max_Dynamo_Desc_Length property syntax has these parts:
Part |
Description |
DynamoObject |
A Dynamo object. |
plMaxDynamoDescLength |
Long. The maximum string length of the Dynamo object description. This length does not include a space for the NULL character. So, some languages will require the array size to be plMaxDynamoDescLength + 1. |