public void Create( Project pProject, SymbolReference pStartSymbol, SymbolReference pEndSymbol )
public: void Create( Project^ pProject, SymbolReference^ pStartSymbol, SymbolReference^ pEndSymbol )
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.