Click or drag to resize

VIZViewerAddCompartmentBox Method

구획 상자 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public int AddCompartmentBox(
	int groupId,
	string title,
	float minX,
	float minY,
	float minZ,
	float maxX,
	float maxY,
	float maxZ
)

Parameters

groupId
Type: SystemInt32

[Missing <param name="groupId"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

minX
Type: SystemSingle

[Missing <param name="minX"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

minY
Type: SystemSingle

[Missing <param name="minY"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

minZ
Type: SystemSingle

[Missing <param name="minZ"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

maxX
Type: SystemSingle

[Missing <param name="maxX"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

maxY
Type: SystemSingle

[Missing <param name="maxY"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

maxZ
Type: SystemSingle

[Missing <param name="maxZ"/> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SHConnector.VIZViewer.AddCompartmentBox(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

See Also