some buddy
2013-06-06, 11:27 PM
Hi,
Here is a question that might be simple for most contributors here, but I'm stuck.
I have a structural model and a routine that inserts a Generic Family symbol (a little tag) at specific coordinates:
dbDoc.Create.NewFamilyInstance(InsPoint, symbol, StructuralType.UnknownFraming);
The Family has a Text type, Shared and Instance parameter (see attached image), whose value by default it’s an empty string.
I would like to change the value of the parameter after the insertion, with the value (X, Y, Z) of the argument InsPoint used for the insertion, so that the tag becomes more visible.
I’ve been able to find a lot a parameters (family, symbol, instance, type) but not this one!
I'm convinced that it's something very simple, but I'm giving up! :banghead:
Can anybody help, please?
TIA,
Buddy
Here is a question that might be simple for most contributors here, but I'm stuck.
I have a structural model and a routine that inserts a Generic Family symbol (a little tag) at specific coordinates:
dbDoc.Create.NewFamilyInstance(InsPoint, symbol, StructuralType.UnknownFraming);
The Family has a Text type, Shared and Instance parameter (see attached image), whose value by default it’s an empty string.
I would like to change the value of the parameter after the insertion, with the value (X, Y, Z) of the argument InsPoint used for the insertion, so that the tag becomes more visible.
I’ve been able to find a lot a parameters (family, symbol, instance, type) but not this one!
I'm convinced that it's something very simple, but I'm giving up! :banghead:
Can anybody help, please?
TIA,
Buddy