Attaches this annotation to the specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetAttachedEntities( _
ByVal Count As Integer, _
ByRef LpArr As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim Count As Integer
Dim LpArr As Object
Dim value As Boolean
value = instance.ISetAttachedEntities(Count, LpArr)
|
C# | |
---|
bool ISetAttachedEntities(
int Count,
ref object LpArr
) |
C++/CLI | |
---|
bool ISetAttachedEntities(
& int Count,
& Object^% LpArr
) |
Parameters
- Count
- Number of entities to which to attach this annotation
- LpArr
- in-process, unmanaged C++: Pointer to an array of entities to attach this annotation to (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the annotation is attached to the entities, false if not
Remarks
See Also
Availability
2007 FCS, Revision Number 15