Creating a custom feature line style

Creating a custom feature line style

Grv.Kmr
Explorer Explorer
204 Views
1 Reply
Message 1 of 2

Creating a custom feature line style

Grv.Kmr
Explorer
Explorer

I am looking at reference documents and don't see any methods that would help me create a custom feature line style. Is this possible? 

 

I am new to this and I am trying to achieve this in Dynamo environment. Any direction or reference would be really helpful. 

0 Likes
205 Views
1 Reply
Reply (1)
Message 2 of 2

hosneyalaa
Advisor
Advisor

hi

try

 

CivilDocument doc = CivilApplication.ActiveDocument;
var stylefurid = CivilApplication.ActiveDocument.Styles.FeatureLineStyles.Add("MyFeatureLineStyle");

3p.png

0 Likes