Author Topic: how to create FL without site  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
how to create FL without site
« on: September 09, 2017, 12:38:33 AM »
Need to create a siteless FL in C3D 2018 or move the FL to the "none" site but not sure how. Any ideas?

http://docs.autodesk.com/CIV3D/2016/ENU/API_Reference_Guide/html/856470c7-bf8f-2fa4-db5f-d290252f36c0.htm

ObjectId flid = FeatureLine.Create("name", entity, siteId);

Tried ObjectId.Null for site thinking it might do the trick but didn't.

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Re: how to create FL without site
« Reply #1 on: September 09, 2017, 12:49:01 AM »