Click or drag to resize

FrameAttributeTypeCreate Method

Creates a new FrameAttribute using the specified document.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static FrameAttributeType Create(
	CAEXDocument doc
)

Parameters

doc  CAEXDocument
The document.

Return Value

FrameAttributeType
The Frame attribute
See Also