VBA control Solar Date & Time

Hi All,

Just wondering if it is possible to control the date and time of the solar position via VBA?

I did a bit of searching and tried recording a macro but it didn't give me any clues to if this was possible.
Any tips would be appreciated

Thanks

Wayne

Parents
  • Hi Wayne,

    at first, two notes:

    Please follow the best practices and always specify used product and its version exactly. You do not tell even the product, so your question cannot be answered. To use standardized subject format (as used in MicroStation Programming forum) helps to share these information in standardized format.

    Also, be aware this is general Developers and Programming forum. If your question is about MicroStation, I recommend to move it to MicroStation Programming forum, or alternatively to relevant product programming forum (even when the question sounds like general enough to be in discussed MicroStation Programming automatically). To move existing discussion to another forum, use More > Move tool available under your original post.

    Just wondering if it is possible to control the date and time of the solar position via VBA?

    Because you do not tell what product do you use and what function or tool do you mean by "solar position", the question cannot be even analyzed. Even in a plain MicroStation there are several tools where solar position is set.

    I did a bit of searching and tried recording a macro but it didn't give me any clues to if this was possible.

    If macro recorder is not able to record it, it's the sign it's not supported in VBA API, but it still makes sense more people will check it (when product and tool name will be known).

    With regards,

      Jan

Reply
  • Hi Wayne,

    at first, two notes:

    Please follow the best practices and always specify used product and its version exactly. You do not tell even the product, so your question cannot be answered. To use standardized subject format (as used in MicroStation Programming forum) helps to share these information in standardized format.

    Also, be aware this is general Developers and Programming forum. If your question is about MicroStation, I recommend to move it to MicroStation Programming forum, or alternatively to relevant product programming forum (even when the question sounds like general enough to be in discussed MicroStation Programming automatically). To move existing discussion to another forum, use More > Move tool available under your original post.

    Just wondering if it is possible to control the date and time of the solar position via VBA?

    Because you do not tell what product do you use and what function or tool do you mean by "solar position", the question cannot be even analyzed. Even in a plain MicroStation there are several tools where solar position is set.

    I did a bit of searching and tried recording a macro but it didn't give me any clues to if this was possible.

    If macro recorder is not able to record it, it's the sign it's not supported in VBA API, but it still makes sense more people will check it (when product and tool name will be known).

    With regards,

      Jan

Children