For Cognex internal use only.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
public void AddSpaceWithID(
string parentSpaceName,
string newSpaceName,
ICog3DTransform parentFromNew,
byte[] bytes
)
public void AddSpaceWithID(
string parentSpaceName,
string newSpaceName,
ICog3DTransform parentFromNew,
byte[] bytes
)
Public Sub AddSpaceWithID (
parentSpaceName As String,
newSpaceName As String,
parentFromNew As ICog3DTransform,
bytes As Byte()
)
Public Sub AddSpaceWithID (
parentSpaceName As String,
newSpaceName As String,
parentFromNew As ICog3DTransform,
bytes As Byte()
)
public:
void AddSpaceWithID(
String^ parentSpaceName,
String^ newSpaceName,
ICog3DTransform^ parentFromNew,
array<unsigned char>^ bytes
)
public:
void AddSpaceWithID(
String^ parentSpaceName,
String^ newSpaceName,
ICog3DTransform^ parentFromNew,
array<unsigned char>^ bytes
)