Пример #1
0
		/// <summary>
		/// Override this to support descendants of the Vertices class.
		/// </summary>
		/// <returns>This parts vertices.</returns>
		protected internal virtual Vertices CreateVertices(Part part) {
			return new Vertices(this);
		}
Пример #2
0
 /// <summary>
 /// Override this to support descendants of the Vertices class.
 /// </summary>
 /// <returns>This parts vertices.</returns>
 protected internal virtual Vertices CreateVertices(Part part)
 {
     return(new Vertices(this));
 }
Пример #3
0
		protected internal Vertices(Part part):
			base(MiApi.mitab_c_get_vertex_count(part.Feature.Handle, part.Index)) {
			this.Part = part;
		}
Пример #4
0
 protected internal Vertices(Part part) : base(MiApi.mitab_c_get_vertex_count(part.Feature.Handle, part.Index))
 {
     this.Part = part;
 }