Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / RepresentationType Property

In This Topic
    RepresentationType Property (Connection)
    In This Topic
    Gets/Sets connection's representation type.
    Syntax
    public DocumentTypeManager.DocumentType RepresentationType {get; set;}
    public:
    property DocumentTypeManager.DocumentType RepresentationType {
       DocumentTypeManager.DocumentType get();
       void set (    DocumentTypeManager.DocumentType value);
    }
    See Also