API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class / PlacementType Property

In This Topic
    PlacementType Property
    In This Topic
    Returns the placement type of the Symbol.
    Syntax
    public DocumentTypeManager.DocumentType PlacementType {get; set;}
    public:
    property DocumentTypeManager.DocumentType PlacementType {
       DocumentTypeManager.DocumentType get();
       void set (    DocumentTypeManager.DocumentType value);
    }

    Property Value

    Placement type of the Symbol
    See Also