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

In This Topic
    DMG_VIEWPLACEMENT_CONSIDER_TRANSFORM_OF_PLANE(Int32) Property
    In This Topic
    Model view: Apply viewpoint to mounting surface # 36508. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_CONSIDER_TRANSFORM_OF_PLANE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_CONSIDER_TRANSFORM_OF_PLANE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, the viewpoint of the model view refers to the first mounting surface of the basic items.

    See Also