public void Create( Project pProject, SymbolReference pStartSymbol, SymbolReference pEndSymbol, bool bUpdateStartEnd )
public: void Create( Project^ pProject, SymbolReference^ pStartSymbol, SymbolReference^ pEndSymbol, bool bUpdateStartEnd )
Parameters
- pProject
- Project to which this object will be assigned. Can't be
null
. - pStartSymbol
- Symbol which will be assign as beggining of segment.
- pEndSymbol
- Symbol which will be assign as end of segment.
- bUpdateStartEnd
- If
true
then StartPoint and EndPoint will be recalculated.