public Project.DeviceTagSettings DeviceTagConfig {get;}
public: property Project.DeviceTagSettings^ DeviceTagConfig { Project.DeviceTagSettings^ get(); }
public Project.DeviceTagSettings DeviceTagConfig {get;}
public: property Project.DeviceTagSettings^ DeviceTagConfig { Project.DeviceTagSettings^ get(); }
Exception | Description |
---|---|
InvalidHandleException | Thrown when project is invalid object. |
ObjectNotCreatedException | Thrown when project is not created. |
using Eplan.EplApi.DataModel; Project proj; // = .... proj.DeviceTagConfig.EnableSyntaxCheck = true; proj.DeviceTagConfig.UserCharacters = @"^"; proj.DeviceTagConfig.AllowUserCharacters = true; // now it is possible to use for example: Page page; // = ... page.Name = @"=^^^^+^^";