public SymbolReference PlaceAt( Page oPage, PointD pntLocation )
public: SymbolReference^ PlaceAt( Page^ oPage, PointD pntLocation )
Parameters
- oPage
- A page on which segment will be inserted.
- pntLocation
- Insertion point of the symbol being inserted.
public SymbolReference PlaceAt( Page oPage, PointD pntLocation )
public: SymbolReference^ PlaceAt( Page^ oPage, PointD pntLocation )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when page is null . |
Eplan.EplApi.DataModel.ObjectCreationException | Thrown when object cannot be created. |