예제 #1
0
파일: DimType.cs 프로젝트: PDAL/CAPI
 private static extern int getInterpretationByteCount([MarshalAs(UnmanagedType.Struct)] NativeDimType type);
예제 #2
0
파일: DimType.cs 프로젝트: PDAL/CAPI
 public DimType(NativeDimType nativeType)
 {
     mType = nativeType;
 }
예제 #3
0
파일: DimType.cs 프로젝트: PDAL/CAPI
 private static extern int getInterpretationName([MarshalAs(UnmanagedType.Struct)] NativeDimType type, [MarshalAs(UnmanagedType.LPStr)] StringBuilder buffer, uint size);