Exemple #1
0
 public LayerInformations(object moLayer, string layerName, LayerTypeConstants moLayerType, ShapeTypeConstants moShapeType)
 {
     this._moLayer = moLayer;
     this._layerName = layerName;
     this._moLayerType = moLayerType;
     this._moShapeType = moShapeType;
 }
Exemple #2
0
 public LayerInformations(object moLayer, string layerName, LayerTypeConstants moLayerType, ShapeTypeConstants moShapeType)
 {
     this._moLayer     = moLayer;
     this._layerName   = layerName;
     this._moLayerType = moLayerType;
     this._moShapeType = moShapeType;
 }