Package com._1c.g5.v8.dt.moxel
Class MoxelDescriptor
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.MoxelDescriptor
-
public final class MoxelDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
cbSize
UUID
clsid
int
dwDrawAspect
int
dwFullUserTypeName
int
dwSrcOfCopy
int
dwStatus
int
sizeX
int
sizeY
int
x
int
y
-
Constructor Summary
Constructors Constructor Description MoxelDescriptor()
-
-
-
Field Detail
-
cbSize
public static final long cbSize
- See Also:
- Constant Field Values
-
clsid
public UUID clsid
-
dwDrawAspect
public int dwDrawAspect
-
sizeX
public int sizeX
-
sizeY
public int sizeY
-
x
public int x
-
y
public int y
-
dwStatus
public int dwStatus
-
dwFullUserTypeName
public int dwFullUserTypeName
-
dwSrcOfCopy
public int dwSrcOfCopy
-
-