You are here: Start » FIL.NET » Invoke.AccessGoldenTemplate2Model
Returns information about a model.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AccessGoldenTemplate2Model ( Fil.GoldenTemplate2Model inModel, Fil.Region outObjectMask, out int outDownscale, out int outDownscaledImageWidth, out int outDownscaledImageHeight, out Fil.PlainType outImageType, out int outImageDepth )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inModel | Fil.GoldenTemplate2Model | Input model. | ||
![]() | outObjectMask | Fil.Region | |||
![]() | outDownscale | int | |||
![]() | outDownscaledImageWidth | int | |||
![]() | outDownscaledImageHeight | int | |||
![]() | outImageType | Fil.PlainType | |||
![]() | outImageDepth | int |


