.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Annotation Class > Annotation Constructor : Annotation Constructor(String,Annotation)
Annotation text.
Annotation whose settings will be inherited.
Annotation Constructor(String,Annotation)
Initializes a new instance of the Annotation class with text and all the settings of the specified defaultAnnotation.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal defaultAnnotation As Annotation _
)
'Usage
 
Dim text As String
Dim defaultAnnotation As Annotation
 
Dim instance As New Annotation(text, defaultAnnotation)
public Annotation( 
   string text,
   Annotation defaultAnnotation
)

Parameters

text
Annotation text.
defaultAnnotation
Annotation whose settings will be inherited.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also