Click or drag to resize

ContentTypeAddFakeState Method (Int32, Int32)

Adds a new fake state.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public FakeState AddFakeState(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Horizontal coordinate of the fake state.
y
Type: SystemInt32
Vertical coordinate of the fake state.

Return Value

Type: FakeState
FakeState
See Also