API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / ViewPlacementType Property

In This Topic
    ViewPlacementType Property
    In This Topic
    Type of view which is displayed in ViewPlacement.
    Syntax
    public ViewPlacementType ViewPlacementType {get; set;}
    public:
    property ViewPlacementType ViewPlacementType {
       ViewPlacementType get();
       void set (    ViewPlacementType value);
    }
    See Also