ShapeCollectionSave
Introduction
Loading a .shcx file
ShapeCollectionSave saveInstance = ShapeCollectionSave.FromFile("fileName.shcx");Saving a .shcx file
string fileName = "c:/folder/fileName.shcx"; // The .shcx extension is the standard extension for ShapeCollectionSaves
shapeCollectionSaveInstance.Save(fileName);Creating a ShapeCollectionSave from a ShapeCollection
Creating a ShapeCollectionSave manually
Creating a ShapeCollection from a ShapeCollectionSave
Last updated
Was this helpful?