Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / ManualPlacementType Property

In This Topic
    ManualPlacementType Property
    In This Topic
    Gets custom placement type. Placement type express how function will be shown on schema.
    Syntax
    public DocumentTypeManager.DocumentType ManualPlacementType {get; set;}
    public:
    property DocumentTypeManager.DocumentType ManualPlacementType {
       DocumentTypeManager.DocumentType get();
       void set (    DocumentTypeManager.DocumentType value);
    }
    Exceptions
    ExceptionDescription
    Throws InvalidArgumentType when DocumentType doesn't match to this function. Check DocumentTypeManager.IsGraphicalFunctionPlacement
    See Also