Show / Hide Table of Contents

Interface IGetsMetalDocumentAdapter

An object which gets an instance of MetalDocumentAdapter for a specified document.

Namespace: ZptSharp.Metal
Assembly: ZptSharp.dll
Syntax
public interface IGetsMetalDocumentAdapter

Methods

| Improve this Doc View Source

GetMetalDocumentAdapter(IDocument)

Gets the METAL document adapter for the specified document.

Declaration
MetalDocumentAdapter GetMetalDocumentAdapter(IDocument document)
Parameters
Type Name Description
IDocument document

A document.

Returns
Type Description
MetalDocumentAdapter

The METAL document adapter.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX