API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_TEMPLATE_NAME Property / DMG_VIEWPLACEMENT_TEMPLATE_NAME(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_TEMPLATE_NAME(Int32) Property
    In This Topic
    Model view: Name of the report template # 36512. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_TEMPLATE_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_TEMPLATE_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the used report template for the automatic generation of model views, copper unfolds or 2D drilling views. At a renewed report this report template is used again.

    See Also