uaPLUS Reference
AeAreaState Constructor
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeAreaState Class : AeAreaState Constructor

context
The context.
qualifiedName
The qualified name for the area.
name
The name of the area.
namespaceIndex
Index of the namespace.

Glossary Item Box

Initializes a new instance of the AeAreaState class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal context As ISystemContext, _
   ByVal qualifiedName As String, _
   ByVal name As String, _
   ByVal namespaceIndex As UShort _
)
C# 
public AeAreaState( 
   ISystemContext context,
   string qualifiedName,
   string name,
   ushort namespaceIndex
)

Parameters

context
The context.
qualifiedName
The qualified name for the area.
name
The name of the area.
namespaceIndex
Index of the namespace.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.