C# Класс BuildingCoder.CmdRemoveDwfLinks

Наследование: IExternalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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