Example #1
0
 protected VectorComponentExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #2
0
 internal VectorPointFeatures(VectorComponent parent) : base(parent)
 {
 }
Example #3
0
 protected VectorComponentFeatures(VectorComponent parent) : base(parent)
 {
 }
Example #4
0
 protected VectorComponentClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #5
0
 internal VectorPolygonFigurePointExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #6
0
 protected VectorComponentChild(VectorComponent parent) : base(parent.Dataset)
 {
     Parent = parent;
 }
Example #7
0
 internal VectorLinealFigurePointExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #8
0
 internal VectorRelationshipDatasetConnections2D(VectorComponent parent) : base(parent)
 {
 }
Example #9
0
 internal VectorPolygonFigurePointClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #10
0
 internal VectorLinealFigurePointClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Example #11
0
 internal VectorLinealFigurePointFeatures(VectorComponent parent) : base(parent)
 {
 }