Ejemplo n.º 1
0
 internal BlockInstance(CoordinateSystem contextCoordinateSystem, string blockName, bool persist)
     : base(Block.InsertCore(contextCoordinateSystem, blockName), persist)
 {
     Definition = new Block(blockName);
     ContextCoordinateSystem = contextCoordinateSystem;
 }