Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface
Members

In This Topic
    IPlaceHolder Interface
    In This Topic
    This interface is implemented by the Placeholder class and the Placeholder3D class.
    Syntax
    public interface IPlaceHolder 
    public interface class IPlaceHolder 
    Public Properties
     NameDescription
     PropertyGets/Sets a list of StorableObject references to a PlaceHolder object. The originally assigned references are replaced.  
     PropertyGets the CurrentVariableValueClass instance assigned to the placeholder; an object representing the current values of placeholder variables.  
     PropertyActivates the properties of the page/installation space for the place holder object.  
     PropertyGets/Sets the name of the Placeholder3D.  
     PropertyGets/Sets the name of a record, specified by its index.  
     PropertyCount of records.  
     PropertyCount of objects referenced by the Placeholder3D.  
     PropertyCount of Variables.  
     PropertyGets/Sets the value of a variable for a record.  
     PropertyNames of all variables in the Placeholder3D.  
    Top
    Public Methods
     NameDescription
     MethodAdds a new record with the specified name to the Placeholder3D object.  
     MethodAdds a new variable to the Placeholder3D object.  
     MethodOverloaded. Applies a record of values on a PlaceHolder object.  
     MethodOverloaded. Deletes a record.  
     MethodDeletes all unused variables.  
     MethodDeletes a variable.  
     MethodFinds a record by name.  
     MethodFinds a variable, specified by its name.  
     MethodGets a list of all current values in Placeholder.  
     MethodGets current value for given object, property and index.  
     MethodGets a value or variable of Placeholder project property.  
     Method\Returns the names of all records in the nIndex-th PlaceHolder of a Macro.  
     MethodGets the value of a variable for a record.  
     Method\Returns the values of all variables in the nIndex-th PlaceHolder of a Macro variant for a given record.  
     Method\Returns the names of all variables in the nIndex-th PlaceHolder of a Macro variant.  
     MethodVerifies the correctness if a variable name of a placeholder. If a variable name contains invalid characters, this method \returns false.  
     MethodRemoves invalid (e.g. deleted) object references from a PlaceHolder.  
     MethodRemoves object references from a PlaceHolder.  
     MethodSets a value or variable on Placeholder project property. The reference of the object will be added to the Placeholder if necessary.  
     MethodSets the value of a variable for a record.  
    Top
    See Also