Exemple #1
0
        private void Configure(IFeatureSet inFeatureSet)
        {
            if (inFeatureSet == null) throw new ArgumentNullException("inFeatureSet");
            if (inFeatureSet.FeatureType != FeatureType.Line) throw new LineFeatureTypeException();

            Symbology = new LineScheme();
            Symbology.SetParentItem(this);
        }