Attaches this annotation to the specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetAttachedEntities( _
ByVal AttachedEnts As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim AttachedEnts As Object
Dim value As Boolean
value = instance.SetAttachedEntities(AttachedEnts)
|
Parameters
- AttachedEnts
- Array of entities to attach this annotation to (see Remarks)
Return Value
True if the annotation is attached to the entities, false if not
Example
Remarks
See Also
Availability
2007 FCS, Revision Number 15