Table of Contents

Class DesignPropertyCol

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public class DesignPropertyCol : IdNameEntityCol<DesignProperty>, IEnumerable<DesignProperty>, IEnumerable
Inheritance
DesignPropertyCol
Implements
Inherited Members

Methods

CreateDesignProperty(FamilyConceptUID, MaterialMode, string, DiscreteTechnique?)

public DesignProperty CreateDesignProperty(FamilyConceptUID familyConcept, MaterialMode materialMode = MaterialMode.Any, string name = null, DiscreteTechnique? discreteTechnique = null)

Parameters

familyConcept FamilyConceptUID
materialMode MaterialMode
name string
discreteTechnique DiscreteTechnique?

Returns

DesignProperty

DeleteDesignProperty(int)

public bool DeleteDesignProperty(int id)

Parameters

id int

Returns

bool

DeleteDesignProperty(string)

public bool DeleteDesignProperty(string name)

Parameters

name string

Returns

bool