MemberParams Constructor

The constructor for a member

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public MemberParams(
	IEnumerable<IConstructionPoint> points,
	IMemberAttributeSetBase memberAttributeSet
)

Parameters

points
Type: System.Collections.GenericIEnumerableIConstructionPoint
The sequence of IConstructionPoint
memberAttributeSet
Type: TSD.API.Remoting.Structure.CreateIMemberAttributeSetBase
The IMemberAttributeSetBase
See Also