public ContextPropertyPlacement.Enums.BasePoint BasePoint {get; set;}
public: property ContextPropertyPlacement.Enums.BasePoint BasePoint { ContextPropertyPlacement.Enums.BasePoint get(); void set ( ContextPropertyPlacement.Enums.BasePoint value); }
public ContextPropertyPlacement.Enums.BasePoint BasePoint {get; set;}
public: property ContextPropertyPlacement.Enums.BasePoint BasePoint { ContextPropertyPlacement.Enums.BasePoint get(); void set ( ContextPropertyPlacement.Enums.BasePoint value); }
Exception | Description |
---|---|
InvalidArgumentException | Thrown when cannot set BasePoint by given value. |
System.NotImplementedException | Thrown when BasePoint is not implemented. For example for ContextPropertyPlacement placed on page. |
Eplan.EplApi.Base.BaseException | Thrown when internal function fails. |