[BM SS4] GSA and Registering Spatial Features

In the GSA section of the documentation describing registering spatial features, it states:

"If any features are point features, there will be an option to define a column that can be used to store the angle of the feature as well as columns to store the X and Y scale vale. The angle and scale of cells and text will be stored in the selected columns. The registration wizard automatically looks for columns named MS_XSCALE and MS_Y_SCALE, and MS_ANGLE.

 

Is it really looking for "MS_Y_SCALE", or is that a typo? I have a MS_YSCALE column, and I picked that column for the "Y Scale" during feature registration. However, the resulting Text feature ( a sub-feature of my polygon collection) only shows "MS_XSCALE" and "myfeature_REF" as properties. Since I specified BOTH an X Scale and Y Scale during the wizard, I expected to see them both as properties. But, if the wizard is indeed expecting MS_Y_SCALE instead, then I understand why it is missing.

 

Thanks,

Bruce

Parents
  • During the "Register Features..." process columns named MS_ANGLE, MS_X_SCALE and MS_Y_SCALE are automatically selected as shown in the following.

    As Jerry mentions you can use any database column names for angle and rotation but manual selection in the wizard would then be required. The columns selected for angle and rotation will not appear under "Properties" in the feature class definition as they are managed by Bentley Map and not intended to appear in edit forms for entry by user.

    Regards,

    Jeff Bielefeld [Bentley]



Reply
  • During the "Register Features..." process columns named MS_ANGLE, MS_X_SCALE and MS_Y_SCALE are automatically selected as shown in the following.

    As Jerry mentions you can use any database column names for angle and rotation but manual selection in the wizard would then be required. The columns selected for angle and rotation will not appear under "Properties" in the feature class definition as they are managed by Bentley Map and not intended to appear in edit forms for entry by user.

    Regards,

    Jeff Bielefeld [Bentley]



Children