This document is archived and information here might be outdated. Recommended version. |
In memory feature and his port number near to the given point.
[Visual Basic .NET] Public Sub GetSchematicInMemoryFeaturePortAtPoint ( _ ByVal Point As IPoint, _ ByVal PointSearchDistance As Double, _ ByVal OnlySelectable As Boolean, _ ByVal OnlyVisible As Boolean, _ ByRef PortNumber As Integer, _ ByRef InMemoryFeature As ISchematicInMemoryFeature _ )
[C#] public void GetSchematicInMemoryFeaturePortAtPoint ( IPoint Point, double PointSearchDistance, bool OnlySelectable, bool OnlyVisible, ref int PortNumber, ref ISchematicInMemoryFeature InMemoryFeature );
[C++]
HRESULT GetSchematicInMemoryFeaturePortAtPoint(
IPoint* Point,
double PointSearchDistance,
VARIANT_BOOL OnlySelectable,
VARIANT_BOOL OnlyVisible,
System.Int32* PortNumber,
ISchematicInMemoryFeature** InMemoryFeature
);
[C++] Parameters Point [in]
Point is a parameter of type IPoint* PointSearchDistance [in]
PointSearchDistance is a parameter of type double OnlySelectable [in]
OnlySelectable is a parameter of type bool OnlyVisible [in]
OnlyVisible is a parameter of type bool PortNumber [in, out]
PortNumber is a parameter of type int* InMemoryFeature [in, out]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature**