// creating the Model in the Layer
AxUtil create /model:"TestModel" /Layer:CUS
// exporting the model to file
AxUtil export /model:"TestModel" /file:TestModel.axmodel
// importing the model from file
AxUtil import /file:TestModel.axmodel
// delete the model
AxUtil delete /model:"TestModel"
//delete the layer
AxUtil delete /layer:ISV
// if you have multiple instances running
//delete the layer from the database and AXserver.
Axutil delete /layer:ISV /db:<database> /s:<server>
// exporting the model to file
AxUtil export /model:"TestModel" /file:TestModel.axmodel
// importing the model from file
AxUtil import /file:TestModel.axmodel
// delete the model
AxUtil delete /model:"TestModel"
//delete the layer
AxUtil delete /layer:ISV
// if you have multiple instances running
//delete the layer from the database and AXserver.
Axutil delete /layer:ISV /db:<database> /s:<server>
No comments:
Post a Comment