Interface IStyles
Gives access to styles of drafting documents.
Namespace: TopSolid.Cad.Drafting.Automating
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 20, 255, 0)]
public interface IStyles
Remarks
This interface is available since v7.20.
Methods
| Name | Description |
|---|---|
| ApplyStyle(DocumentId, ElementId) | Method to apply a style to a drafting document |
| CopyStyle(DocumentId, ElementId, DocumentId) | Method to copy a style from a drafting document to another |
| GetStyles(DocumentId) | Fetch styles from drafting documents. |