IODBObjectSetSpecifics(IObjectSpecifics, Int32) Method

Obsolete: Will be removed in next version. Please use SetSpecifics without extra ShapeIndex! Set the specific values of the object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetSpecifics(
	IObjectSpecifics Specifics,
	int ShapeIndex
)

Parameters

Specifics  IObjectSpecifics
The new specifics for the object.
ShapeIndex  Int32
The specific shapeIndex of this object.

Return Value

Boolean

Implements

InterfaceODBObjectSetSpecifics(IObjectSpecifics, Int32)

See Also