C# 클래스 Revit.SDK.Samples.ExternalComandRegistration.CS.WallSelection

Implements the Revit add-in interface IExternalCommandAvailability, determine when to enable\disable the corresponding external command by return value from IsCommandAvailable function. Corresponding command will be disabled when a wall selected by user in this case.
상속: IExternalCommandAvailability
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
IsCommandAvailable ( UIApplication applicationData, Autodesk selectedCategories ) : bool

메소드 상세

IsCommandAvailable() 공개 메소드

public IsCommandAvailable ( UIApplication applicationData, Autodesk selectedCategories ) : bool
applicationData UIApplication
selectedCategories Autodesk
리턴 bool