Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
we can get thing properties with java sdk like blow,
InfoTable table = Client.getClient().readProperties(RelationshipTypes.ThingworxEntityTypes.Things, "F1_FL_Alarm", 8000);
it inherit from remote thing,but i don't need inherited properties and i don't want to exclude this inherited properties by myself ,is there any other way to resolve it?