Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のオブジェクトのすべてのプロパティを取得するために entget 関数を使用しています。オブジェクトのプロパティを説明するドット ペアの表がありますが、VLAX-COPY や VLAX-MOVE などの VLAX-OBJECT 関数を使用したいと考えています。したがって、ads_name 型から VLAX-OBJECT 型に変換する必要がありますが、処理できません。それを行うためのアイデアを提案できますか?.
vlax-ename->vla-object関数を使用して、エンティティ名から VLAX オブジェクトを取得できます。