You are here: Start » FIL.NET » FIS.CreateSegmentRegion Method
FIS.CreateSegmentRegion Method
Creates a segment region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateSegmentRegion ( FilNet.Segment2D inSegment, FilNet.CoordinateSystem2D? inSegmentAlignment, float inWidth, int inFrameWidth, int inFrameHeight, bool inRound, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inSegmentAlignment | FilNet.CoordinateSystem2D? | |||
![]() | inWidth | float | <1.0f, INF> | Segment width. | |
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | inRound | bool | Make ends of segment round. | ||
![]() | outRegion | FilNet.Region | Output region. |
Function Overrides
- CreateSegmentRegion(Segment2D, Single, Int32, Int32, Boolean, Region)
- CreateSegmentRegion(Segment2D, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Boolean, Region, Segment2D)
- CreateSegmentRegion(Segment2D, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Boolean, Region, NullableValue<Segment2D>)