Message 1 of 3
Hatch C#
Not applicable
08-07-2007
03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm writing some code that lets to create Hatch programmatically
something like this ->
public Hatch hat;
public void mtHatchobject(ObjectIdCollection myobjects, string lay)
{
hat = new Hatch();
hat.Associative = true;
hat.AppendLoop(0,myobjects );
hat.EvaluateHatch(true);
}
Does anybody have a clue how I can do it ?
I'm writing some code that lets to create Hatch programmatically
something like this ->
public Hatch hat;
public void mtHatchobject(ObjectIdCollection myobjects, string lay)
{
hat = new Hatch();
hat.Associative = true;
hat.AppendLoop(0,myobjects );
hat.EvaluateHatch(true);
}
Does anybody have a clue how I can do it ?