public IApproachStyle ToItem(AGSSerializationContext context) { AGSApproachStyle style = new AGSApproachStyle(); style.ApproachWhenVerb = ApproachWhenVerb; style.ApplyApproachStyleOnDefaults = ApplyApproachStyleOnDefaults; return(style); }
public AGSApproachComponent() { ApproachStyle = new AGSApproachStyle(); }