MicroStation [CE/C#] ElementPropertiesGetter: Weight Result for a Textelement is 0 (not ByLevel)

Hello,

my code is the following:

uint? WT = new uint();
Bentley.DgnPlatformNET.ElementPropertiesGetter propGet = new Bentley.DgnPlatformNET.ElementPropertiesGetter(Element);
WT = propGet.Weight;

and the result is 0 ,although the weight is bylevel?

Does somebody has any idea?

Best regards 

Axel

Parents Reply Children