C# 클래스 BuildingCoder.CmdFamilyParamValue

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
SetFamilyParameterValueFails ( Document doc, string paramNameToAmend ) : void

Non-working sample code for http://forums.autodesk.com/t5/revit-api/family-types-amp-shared-parameter-values/m-p/6218767

SetFamilyParameterValueWorks ( Document doc, string paramNameToAmend ) : void

Working sample code for http://forums.autodesk.com/t5/revit-api/family-types-amp-shared-parameter-values/m-p/6218767

비공개 메소드들

메소드 설명
FamilyParamValueString ( FamilyType t, FamilyParameter fp, Document doc ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result

SetFamilyParameterValueFails() 공개 메소드

Non-working sample code for http://forums.autodesk.com/t5/revit-api/family-types-amp-shared-parameter-values/m-p/6218767
public SetFamilyParameterValueFails ( Document doc, string paramNameToAmend ) : void
doc Document
paramNameToAmend string
리턴 void

SetFamilyParameterValueWorks() 공개 메소드

Working sample code for http://forums.autodesk.com/t5/revit-api/family-types-amp-shared-parameter-values/m-p/6218767
public SetFamilyParameterValueWorks ( Document doc, string paramNameToAmend ) : void
doc Document
paramNameToAmend string
리턴 void