Interface IProvidesMacros
An object which can get METAL macros from a document.
Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IProvidesMacros
Methods
| Improve this Doc View SourceGetMacros()
Gets a collection of all of the macros
Declaration
IDictionary<string, MetalMacro> GetMacros()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, MetalMacro> | The macros. |