C# 클래스 BuildingCoder.CmdRemoveDwfLinks

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

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
MiroReloadLinks ( IList fecLinkTypes ) : void

비공개 메소드들

메소드 설명
ElementCategoryContainsDwf ( Element e ) : bool

Return true if the given element category name contains the substring ".dwf".

RemoveDwfLinkUsingDelete ( Document doc ) : int

Useless non-functional attempt to remove all DWF links from the model and return the total number of deleted elements. This does not work! Instead, use RemoveDwfLinkUsingExternalFileUtils.

RemoveDwfLinkUsingExternalFileUtils ( Document doc ) : int

Remove DWF links from model and return the total number of deleted elements.

Unpin ( List ids, Document doc ) : int

Unpin all of the pinned elements in the list.

메소드 상세

Execute() 공개 메소드

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

MiroReloadLinks() 공개 메소드

public MiroReloadLinks ( IList fecLinkTypes ) : void
fecLinkTypes IList
리턴 void